Update nginx profile to php 8.4
This commit is contained in:
parent
a27ed0a820
commit
ac4bf543df
@ -26,7 +26,7 @@ server {
|
||||
# }
|
||||
|
||||
location ~ ^/index\.php(/|$) {
|
||||
fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
|
||||
fastcgi_pass unix:/var/run/php/php8.4-fpm.sock;
|
||||
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
||||
include fastcgi_params;
|
||||
fastcgi_buffers 16 16k;
|
||||
|
Loading…
x
Reference in New Issue
Block a user