Update nginx profile to php 8.4

This commit is contained in:
Tim 2025-03-17 23:51:48 +01:00
parent a27ed0a820
commit ac4bf543df

View File

@ -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;