'Setup-Step1.sh' updaten

This commit is contained in:
2019-08-25 00:02:30 +00:00
parent e27ac0485f
commit a368dd11f3

View File

@@ -326,10 +326,10 @@ server {
location / { location / {
try_files $uri $uri/ /index.php$is_args$args; try_files \$uri \$uri/ /index.php\$is_args\$args;
} }
location ~ \.php$ { location ~ \.php\$ {
include snippets/fastcgi-php.conf; include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.3-fpm.sock; fastcgi_pass unix:/run/php/php7.3-fpm.sock;