fixup! update ubuntu to 22.04 and php to 8.1
This commit is contained in:
parent
9000cb77f4
commit
e695da50b2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user