fixed some include orders
This commit is contained in:
parent
bf605ce59d
commit
94b29a6ca2
@ -57,10 +57,10 @@ SecAuditLog /var/log/modsec_audit.log
|
||||
# scan uploaded files with clamv
|
||||
%USE_CLAMAV_UPLOAD%
|
||||
|
||||
# include custom rules
|
||||
%MODSECURITY_INCLUDE_CUSTOM_RULES%
|
||||
|
||||
# include OWASP CRS rules
|
||||
%MODSECURITY_INCLUDE_CRS%
|
||||
%MODSECURITY_INCLUDE_CUSTOM_CRS%
|
||||
%MODSECURITY_INCLUDE_CRS_RULES%
|
||||
|
||||
# include custom rules
|
||||
%MODSECURITY_INCLUDE_CUSTOM_RULES%
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
server {
|
||||
include /server-confs/*.conf;
|
||||
%LISTEN_HTTP%
|
||||
%AUTO_LETS_ENCRYPT%
|
||||
%CUSTOM_HTTPS%
|
||||
@ -25,5 +26,4 @@ server {
|
||||
%COOKIE_FLAGS%
|
||||
%ERRORS%
|
||||
%USE_FAIL2BAN%
|
||||
include /server-confs/*.conf;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user