nginx 502 Bad Gateway on every external site
- by Leandros
I just installed nginx and followed the guides on the official site, to set it up with php5-fpm, but it just won't work. Not even the default site, without php is working outside of my server.
Tried listen = 127.0.0.1:7777 and listen = /var/run/php5-fpm.sock
Both don't work.
I can access http://localhost with lynx on my server, but not from…