From a368dd11f3c19684df238520430eb3704473b509 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 25 Aug 2019 00:02:30 +0000 Subject: [PATCH] 'Setup-Step1.sh' updaten --- Setup-Step1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup-Step1.sh b/Setup-Step1.sh index e2b8de4..db145d4 100644 --- a/Setup-Step1.sh +++ b/Setup-Step1.sh @@ -326,10 +326,10 @@ server { 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; fastcgi_pass unix:/run/php/php7.3-fpm.sock;