various bug fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
location %REVERSE_PROXY_URL% {
|
||||
proxy_pass %REVERSE_PROXY_LOCATION%;
|
||||
proxy_pass %REVERSE_PROXY_HOST%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user