mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
SecRuleEngine On
|
|
SecDebugLog /tmp/modsec_debug.log
|
|
SecDebugLogLevel 9
|
|
|
|
SecRule ARGS "!@contains test" "allow,log"
|
|
SecRule ARGS "@contains test" "allow,log"
|