From ac4bf543dfa8a512d47d5b35323e5980ec842e87 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 17 Mar 2025 23:51:48 +0100 Subject: [PATCH] Update nginx profile to php 8.4 --- nginx/x-generic.symfony.local.loken.nl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;