Just a quick look but I noticed this:
`root /var/www/index.html`
I guess you wanted `root /var/www/` !?
Also looking at the logs should probably hint on why the 404 is happening,
but I'm guessing its realted to the above line :)
Melhores Cumprimentos // Best Regards
---
I have a pretty standard test nginx configuration file
(/etc/nginx/sites-available/default) that was configured to serve a sample
html document.
Here's the modified portion of the configuration file.
upstream auth{
server 127.0.0.1:3000;
}
server {
listen 80 default_server;