From 12beccad9b21582b576c22c0810e0a46be6f07c4 Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 15 Dec 2023 23:06:30 +0100 Subject: [PATCH] Update generic basic nginx to 8.3 --- nginx/x-generic.basic.local.loken.nl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/x-generic.basic.local.loken.nl b/nginx/x-generic.basic.local.loken.nl index c648e83..4fed3c2 100644 --- a/nginx/x-generic.basic.local.loken.nl +++ b/nginx/x-generic.basic.local.loken.nl @@ -41,7 +41,7 @@ server { include snippets/fastcgi-php.conf; # # # With php-fpm (or other unix sockets): - fastcgi_pass unix:/run/php/php8.1-fpm.sock; + fastcgi_pass unix:/run/php/php8.3-fpm.sock; # # With php-cgi (or other tcp sockets): # fastcgi_pass 127.0.0.1:9000; }