file'
parent
f3af52bb37
commit
2a2bf089f6
|
@ -9,7 +9,7 @@ whiteModule="on"
|
||||||
black_fileExt={"php","jsp"}
|
black_fileExt={"php","jsp"}
|
||||||
ipWhitelist={"127.0.0.1"}
|
ipWhitelist={"127.0.0.1"}
|
||||||
ipBlocklist={"1.0.0.1"}
|
ipBlocklist={"1.0.0.1"}
|
||||||
CCDeny="off"
|
CCDeny="on"
|
||||||
CCrate="100/60"
|
CCrate="100/60"
|
||||||
html=[[
|
html=[[
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||||
|
|
6
ngx.conf
6
ngx.conf
|
@ -1,4 +1,4 @@
|
||||||
lua_package_path "/usr/local/nginx/conf/waf/?.lua";
|
lua_package_path "waf/?.lua";
|
||||||
lua_shared_dict limit 10m;
|
lua_shared_dict limit 10m;
|
||||||
init_by_lua_file /usr/local/nginx/conf/waf/init.lua;
|
init_by_lua_file waf/init.lua;
|
||||||
access_by_lua_file /usr/local/nginx/conf/waf/waf.lua;
|
access_by_lua_file waf/waf.lua;
|
||||||
|
|
Loading…
Reference in New Issue