SyntaxFix
Write A Post
Hire A Developer
Questions
You should probably check for errors in /var/log/nginx/error.log.
/var/log/nginx/error.log
In my case I did no add the port for ipv6. You should also do this (in case you are running nginx on a port other than 80): listen [::]:8000 default_server ipv6only=on;
listen [::]:8000 default_server ipv6only=on;