Dropped PHP 8.0 support

This commit is contained in:
Alejandro Celaya
2022-04-23 12:08:01 +02:00
parent ceaf64c9b3
commit e8ebe77923
6 changed files with 14 additions and 14 deletions

View File

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