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; }