Question
How do I change nginx routing on the rails/nginx preconfigured droplet on Ubuntu?
I just installed the nginx/rails configuration with Ubuntu 14.10 and I’m trying to have nginx point to various folders that are separate from rails, but I can’t find any sites-available information, and it seems that /opt/nginx/conf/nginx.conf is also empty.
How can I add a simple route from “domain/stuff” to /var/www/stuff with this premade install?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×