Thread: 502 Bad Gateway
View Single Post
  #4  
Old 25th May 2014, 15:13
acidburn974 acidburn974 is offline
Member
 
Join Date: Sep 2012
France
Posts: 5
Default
The most of time 502 bad gateway error is caused by PHP-FPM or FastCGI, have you checked if one of those process are running on your system ?

Code:
fastcgi_pass unix:/var/run/php5-fpm.sock;
Is this the correct path to your php unix socket ?
Reply With Quote