nginx: connect() failed (111: Connection refused) while connecting to upstream
I don’t think that solution would work anyways because you will see some error message in your error log file. The solution was a lot easier than what I thought. simply, open the following path to your php5-fpm sudo nano /etc/php5/fpm/pool.d/www.conf or if you’re the admin ‘root’ nano /etc/php5/fpm/pool.d/www.conf Then find this line and uncomment … Read more