ngx_lua_waf/config.lua

14 lines
288 B
Lua
Raw Normal View History

2013-11-05 13:35:07 +00:00
RulePath = "/usr/local/nginx/conf/waf/wafconf/"
2013-11-08 02:18:26 +00:00
attacklog = "on"
2013-11-05 13:35:07 +00:00
logdir = "/usr/local/nginx/logs/hack/"
UrlDeny="on"
Redirect="on"
CookieMatch="on"
postMatch="on"
whiteModule="on"
ipWhitelist={"127.0.0.1"}
2013-11-08 02:18:26 +00:00
ipBlocklist={"1.0.0.1"}
2013-11-05 13:35:07 +00:00
CCDeny="off"
CCrate="100/60"
html=[[Please go away~~ ]]