Hi,
Hope you are well.
I created droplet and set up two virtual hosts (pointed two domains to DigitalOcean NS).
One is working just fine and I can access virtual host files from domain name, but second is giving me “404 Not Found nginx/1.4.1 (Ubuntu)”.
Both set up properly and same way.
Could it be the problem that one of the domains have same name as droplet and PTR record?
Thank you!
Best regards, Ignaty.
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.
Poop! I meant: <a href=“https://www.digitalocean.com/community/articles/how-to-set-up-nginx-virtual-hosts-server-blocks-on-ubuntu-12-04-lts--3”>How To Set Up nginx Virtual Hosts (Server Blocks) on Ubuntu 12.04 LTS</a>.
Oops, if using Nginx, then you want to check out <a href=“https://www.digitalocean.com/community/articles/how-to-set-up-nginx-virtual-hosts-server-blocks-on-ubuntu-12-04-lts--3”>How To Serve Multiple Ghost Blogs on One VPS Using Nginx Server Blocks</a>.
Check nginx’s error logs. The <code>root</code> path is probably incorrect.
<b>“Both set up … same way.”</b> <br> <br>That’s the problem. They can not be the same. Almost the same? Yes; but not exactly the same. <br> <br>Have you check out <a href=“https://www.digitalocean.com/community/articles/how-to-set-up-apache-virtual-hosts-on-ubuntu-12-04-lts”>How To Set Up Apache Virtual Hosts on Ubuntu 12.04 LTS</a>.