From f80213428e5b3cad9a5b9411f226cd630381faaf Mon Sep 17 00:00:00 2001 From: Ronnie Friman Date: Wed, 27 Nov 2024 12:24:59 +0200 Subject: [PATCH] Use PHP 8.2 as the default PHP version --- nginx/php.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;