From 17bee267345fac761c37ba447ea251532a460512 Mon Sep 17 00:00:00 2001 From: AiutoPcAmico <andrea@andreafelappi.it> Date: Tue, 5 Dec 2023 22:04:39 +0100 Subject: [PATCH] changed PHP version in nginx configuration file --- conf/nginx-top.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx-top.conf b/conf/nginx-top.conf index c3f4c0d6..164ddf82 100644 --- a/conf/nginx-top.conf +++ b/conf/nginx-top.conf @@ -7,6 +7,6 @@ ## your own --- please do not ask for help from us. upstream php-fpm { - server unix:/var/run/php/php8.0-fpm.sock; + server unix:/var/run/php/php8.2-fpm.sock; }