From 09fc6c4ac1259bf8983b57bc747ace53c73faf53 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Tue, 22 Dec 2020 13:41:16 +0100 Subject: [PATCH] update to php 7.4 --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 47ce140..32dd1cb 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -18,7 +18,7 @@ location __PATH__/ { try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$; - fastcgi_pass unix:/var/run/php/php7.0-fpm-__NAME__.sock; + fastcgi_pass unix:/var/run/php/php7.4-fpm-__NAME__.sock; fastcgi_index index.php; include fastcgi_params;