various bug fixes

This commit is contained in:
bunkerity
2020-11-15 20:49:43 +01:00
parent fbf81c94be
commit 0635eb368b
9 changed files with 43 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
location ~ \.php$ {
fastcgi_pass %REMOTE_PHP%:9000;
fastcgi_index index.php;
include /etc/nginx/fastcgi.conf;
include %FASTCGI_PATH%fastcgi.conf;
}

View File

@@ -1,3 +1,3 @@
location %REVERSE_PROXY_URL% {
proxy_pass %REVERSE_PROXY_LOCATION%;
proxy_pass %REVERSE_PROXY_HOST%;
}