From c23a3f5662c86091eb664e74dee1653c1d991aaa Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 5 Nov 2019 18:35:21 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 74fc4df..169cdcb 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/php5-fpm-__NAME__.sock; + fastcgi_pass unix:/var/run/php/php7.1-fpm.sock; # If you don't use a dedicated fpm config for your app, # use a general fpm pool.