12 2 / 2011
Custom Domains Now Supported on Nodester!
We have added a new API to Nodester that allows you to direct your custom domains to your Node.JS applications deployed on our hosting platform. You can now add and delete custom domains using the following CLI commands:
nodester appdomain add <app-name> <domain-name>
nodester appdomain delete <app-name> <domain-name>
Simply add your domain to Nodester like this:
nodester appdomain add myapp myapp.com
Next add an A record to your domain’s DNS listed to direct to Nodester.com’s IP address:
50.16.203.53
That’s all! Happy Nodestering :)
Permalink 6 notes