Robert Paprocki Wrote:
-------------------------------------------------------
> Without showing your nginx config it's unlikely that anyone will be able
to
> troubleshoot. Likely there is a stray listen directive that's causing
this.

There are no stray listen directives. I've checked many times. 
grep -ril listen /etc/nginx
Shows only files in sites-enabled and sites-available directories. 
grep -i listen /etc/nginx/sites-enabled 
Shows only port 8080
grep 80 /etc/nginx/sites-enabled 
Shows only port 8080 
I've also manually opened all files and verified just in case my grepping
skills were failing. I've checked probably 10 times. This is why I can't
figure it out and came to ask the mailing list! :-)

Posted at Nginx Forum: 
https://forum.nginx.org/read.php?2,265791,265793#msg-265793

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to