You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modsecurity_rules '
Include /etc/nginx/owasp-modsecurity-crs/nginx-modsecurity.conf
SecRuleEngine On
SecRequestBodyAccess On
SecResponseBodyAccess Off
SecAuditEngine RelevantOnly
SecRuleRemoveById 911100
';
The issue here is related to modsecurity_rules configuration. There is no enforced mode in the location
Is this the right way to configure the module?
How is it possible to debug this misconfiguration?
Thanks
I am using this configuration:
The issue here is related to
modsecurity_rules
configuration. There is no enforced mode in the locationIs this the right way to configure the module?
How is it possible to debug this misconfiguration?
Thanks
xref: owasp-modsecurity/ModSecurity-nginx#183
The text was updated successfully, but these errors were encountered: