From 08e3567d5bb9911f2d1f84a730b4c17584c14c04 Mon Sep 17 00:00:00 2001 From: Jonathan Chan Date: Sun, 23 Feb 2025 17:22:08 +0100 Subject: [PATCH] Updated default config --- default.bak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.bak b/default.bak index 9117e37..c5af914 100644 --- a/default.bak +++ b/default.bak @@ -57,7 +57,7 @@ server { # include snippets/fastcgi-php.conf; # # # With php-fpm (or other unix sockets): - # fastcgi_pass unix:/var/run/php/php7.4-fpm.sock; + # fastcgi_pass unix:/run/php/php7.4-fpm.sock; # # With php-cgi (or other tcp sockets): # fastcgi_pass 127.0.0.1:9000; #}