update
This commit is contained in:
@@ -16,7 +16,7 @@ server {
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
|
||||
fastcgi_pass unix:/var/run/php/php-fpm.sock;
|
||||
include conf.d/include/php_fastcgi.conf;
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ server {
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
|
||||
fastcgi_pass unix:/var/run/php/php-fpm.sock;
|
||||
include conf.d/include/php_fastcgi.conf;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user