Drop support for PHP 8.1

This commit is contained in:
Alejandro Celaya
2023-05-29 09:43:12 +02:00
parent 07ce5f05a2
commit ee6a8ede0a
12 changed files with 32 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ server {
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
fastcgi_index index.php;
include fastcgi.conf;
}