Updated default config

This commit is contained in:
Jonathan Chan 2025-02-23 17:22:08 +01:00
parent 7509b1e900
commit 08e3567d5b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ server {
# include snippets/fastcgi-php.conf; # include snippets/fastcgi-php.conf;
# #
# # With php-fpm (or other unix sockets): # # 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): # # With php-cgi (or other tcp sockets):
# fastcgi_pass 127.0.0.1:9000; # fastcgi_pass 127.0.0.1:9000;
#} #}