ngx_lua_waf/config.lua

46 lines
2.3 KiB
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"
black_fileExt={"php","jsp"}
2013-11-05 13:35:07 +00:00
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"
2015-04-07 16:42:32 +00:00
html=[[
<html xmlns="http://www.w3.org/1999/xhtml"><head>
2015-04-07 16:59:16 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2015-04-07 16:42:32 +00:00
<title></title>
<style>
p {
line-height:20px;
}
ul{ list-style-type:none;}
li{ list-style-type:none;}
2015-04-07 17:04:17 +00:00
</style>
</head>
2015-04-07 16:42:32 +00:00
<body style=" padding:0; margin:0; font:14px/1.5 Microsoft Yahei, 宋体,sans-serif; color:#555;">
<div style="margin: 0 auto; width:1000px; padding-top:70px; overflow:hidden;">
<div style="width:600px; float:left;">
<div style=" height:40px; line-height:40px; color:#fff; font-size:16px; overflow:hidden; background:#6bb3f6; padding-left:20px;"> </div>
<div style="border:1px dashed #cdcece; border-top:none; font-size:14px; background:#fff; color:#555; line-height:24px; height:220px; padding:20px 20px 0 20px; overflow-y:auto;background:#f3f7f9;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#fc4f03;"></span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:0px;"></p>
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">1</li>
<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">2</li>
<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">3访</li></ul>
</div>
</div>
</div>
</body></html>
]]