mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
SecRule ARGS "@contains /test.txt" "allow"
|
|
SecRule ARGS:teste "@contains /test.txt" " allow,deny"
|
|
SecRule ARGS "@contains /test.txt" "allow, allow,deny"
|