update nginx configs

This commit is contained in:
2020-12-20 20:02:42 -06:00
parent a0f7e80abd
commit cf8d371f00
11 changed files with 139 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ server {
# include snippets/fastcgi-php.conf;
#
# # With php-fpm (or other unix sockets):
# fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
# fastcgi_pass unix:/run/php/php7.3-fpm.sock;
# # With php-cgi (or other tcp sockets):
# fastcgi_pass 127.0.0.1:9000;
#}