fixup! update ubuntu to 22.04 and php to 8.1

This commit is contained in:
Bence Pőcze 2023-09-27 21:29:21 +02:00
parent 9000cb77f4
commit e695da50b2
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -18,7 +18,7 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
fastcgi_param REQUEST_SCHEME $forwarded_scheme;
}