Everything was working perfectly till I rebooted the server. Now I'm getting these errors in my nginx.conf file
I've restart nginx, php-fpm, mysql-server and redis without any help. Still getting 502 error on the web page.
Code:
2017/01/15 07:53:45 [crit] 82691#102236: *15 connect() to unix:/var/run/php-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.1.1, server: 192.168.1.180, request: "GET /nextcloud/status.php HTTP/1.1", upstream: "fastcgi://unix$ 2017/01/15 07:54:17 [crit] 82691#102236: *17 connect() to unix:/var/run/php-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.1.1, server: 192.168.1.180, request: "GET /nextcloud/status.php HTTP/1.1", upstream: "fastcgi://unix$ 2017/01/15 07:54:49 [crit] 82691#102236: *19 connect() to unix:/var/run/php-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.1.1, server: 192.168.1.180, request: "GET /nextcloud/status.php HTTP/1.1", upstream: "fastcgi://unix$
I've restart nginx, php-fpm, mysql-server and redis without any help. Still getting 502 error on the web page.