-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Virtual Hosting appears to be in order for Digital Ocean to make everything run from a single IP address. The vhost module appears to be popular and very capable.
I've updated a Digital Ocean instance with Ubuntu and the latest stable release of node and will configure it to run vhost so that it proxies the requests on port 80 for a named host to the port which is running the API. This way we can also run the frontend website with a responsive layout from a different instance as well as other websites and APIs on the same server.
To run the API and website for Chicago we could use virtual hosts with separate instances so they are managed separately while still working from the same $5/month droplet on Digital Ocean. I am curious how well it will hold up.