From f1885c82fe9d07eb2ac4258491c60c8402be3cef Mon Sep 17 00:00:00 2001 From: ictmaatwerk Date: Wed, 12 Sep 2018 10:31:27 +0000 Subject: [PATCH] 'Apache-RevProxNGINX-Installer.sh' updaten --- Apache-RevProxNGINX-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apache-RevProxNGINX-Installer.sh b/Apache-RevProxNGINX-Installer.sh index d385c4b..dbc92ea 100644 --- a/Apache-RevProxNGINX-Installer.sh +++ b/Apache-RevProxNGINX-Installer.sh @@ -126,7 +126,7 @@ server { try_files \$uri \$uri/ /index.php; } - location ~ \.php$ { + location ~ \.php\$ { proxy_pass http://$server_ip:8080; proxy_set_header Host \$host; proxy_set_header X-Real-IP \$remote_addr;