'Apache-RevProxNGINX-Installer.sh' updaten
This commit is contained in:
@@ -126,7 +126,7 @@ server {
|
|||||||
try_files \$uri \$uri/ /index.php;
|
try_files \$uri \$uri/ /index.php;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php\$ {
|
||||||
proxy_pass http://$server_ip:8080;
|
proxy_pass http://$server_ip:8080;
|
||||||
proxy_set_header Host \$host;
|
proxy_set_header Host \$host;
|
||||||
proxy_set_header X-Real-IP \$remote_addr;
|
proxy_set_header X-Real-IP \$remote_addr;
|
||||||
|
|||||||
Reference in New Issue
Block a user