12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
# ModSecurity Main Configuration File
|
|
|
|
# Include base configuration
|
|
Include /etc/nginx/modsec/modsecurity.conf-recommended
|
|
|
|
# Configure OWASP Core Rule Set
|
|
Include /etc/nginx/modsec/owasp-crs/crs-setup.conf
|
|
Include /etc/nginx/modsec/owasp-crs/rules/*.conf
|
|
|
|
# Include Custom Rules
|
|
Include /etc/nginx/modsec/app_specific_modsec_tuning.conf
|