multisite - bug fixes
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
modsecurity on;
|
||||
modsecurity_rules_file /etc/nginx/modsecurity-rules.conf;
|
||||
modsecurity_rules_file %MODSEC_RULES_FILE%;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
location ~ \.php$ {
|
||||
fastcgi_pass %REMOTE_PHP%:9000;
|
||||
fastcgi_index index.php;
|
||||
include fastcgi.conf;
|
||||
include /etc/nginx/fastcgi.conf;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
server {
|
||||
include /server-confs/*.conf;
|
||||
include /etc/nginx/main-lua.conf;
|
||||
%SERVER_CONF%
|
||||
%MAIN_LUA%
|
||||
%PROXY_REAL_IP%
|
||||
%USE_MODSECURITY%
|
||||
%LISTEN_HTTP%
|
||||
|
||||
Reference in New Issue
Block a user