diff --git a/nginx/php.conf b/nginx/php.conf index 17b5a2f..92d8115 100644 --- a/nginx/php.conf +++ b/nginx/php.conf @@ -1,5 +1,5 @@ ## # Define PHP version in use -# See: https://seravo.com/docs/configuration/php7-hhvm/ +# See: https://seravo.com/docs/configuration/php-versions/ ## -set $mode php8.1; +set $mode php8.2;