php-fpm or nginx: bad gateway
- by John Tate
I'm getting a bad gateway error all the sudden for a site. I didn't change the configuration for the site, I just added a new server config where I put them under /etc/nginx/servers and it stopped working. The new server works, and there is no conflict between the php-fpm listen addresses.
server {
listen 80;
server_name obfuscated.onion;
…