From 88eb7e2635b76aa02afb99171594788ad0e5ff8d Mon Sep 17 00:00:00 2001 From: Alessandro Cappellozza Date: Wed, 6 Oct 2021 06:39:12 +0000 Subject: [PATCH] Fixed panel nginx template --- templates/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx.conf b/templates/nginx.conf index b84cbc4..b4dab43 100644 --- a/templates/nginx.conf +++ b/templates/nginx.conf @@ -60,7 +60,7 @@ server { location ~ \.php$ { include snippets/fastcgi-php.conf; - fastcgi_pass unix:/var/run/php/php7.4-fpm-{USER}.sock; + fastcgi_pass unix:/var/run/php/php8.0-fpm-{USER}.sock; } location ~ /\.(?!well-known).* {