From c538d8098375f42c502d032f079c974b2f1ac445 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 1 Sep 2018 18:16:05 +0530 Subject: [PATCH] php fix in nginx --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 75433ca..74fc4df 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -16,7 +16,7 @@ location __PATH__ { try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$; - fastcgi_pass unix:/var/run/php7.1-fpm-__NAME__.sock; + fastcgi_pass unix:/var/run/php5-fpm-__NAME__.sock; # If you don't use a dedicated fpm config for your app, # use a general fpm pool.