diff --git a/nginx/x-generic.symfony.local.loken.nl b/nginx/x-generic.symfony.local.loken.nl index beac349..6d671b6 100644 --- a/nginx/x-generic.symfony.local.loken.nl +++ b/nginx/x-generic.symfony.local.loken.nl @@ -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;