Changes the rule in the example folder to something really simple

This commit is contained in:
Felipe Zimmerle 2015-08-10 00:21:50 -03:00
parent ce0d81c0da
commit 0a91f2aa4d

View File

@ -2,6 +2,5 @@ SecRuleEngine On
SecDebugLog /tmp/modsec_debug.log
SecDebugLogLevel 9
SecRule ARGS:test "@detectSQLi" "allow"
SecRule ARGS|ARGS:test "!@contains asdfsafdt" "allow"
SecRule ARGS "@detectSQLi" "allow"
SecRule ARGS "!@contains test" "allow,log"
SecRule ARGS "@contains test" "allow,log"