'Apache-RevProxNGINX-Installer.sh' updaten

This commit is contained in:
ictmaatwerk
2018-09-12 10:31:27 +00:00
parent 312c539276
commit f1885c82fe

View File

@@ -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;