I am running EE on a Digital Ocean Droplet and it works fantastic!
This is what I would like to do:
Spin up a new EE installation, lets call it www.coolnewsite.com
Without effecting the live www.coolnewsite.com on another host, I want the ability to access my droplet by using the IP address.
So in Apache, if my IP address is 10.0.0.15, my site would be available at 10.0.0.15/~coolnews/
How do get this same functionality in NGINX.
Thanks, AS