Update init.lua

pull/4/head
lj2007331@gmail.com 2018-06-25 15:45:56 +08:00
parent 785bfdba34
commit 1f65c765cc
2 changed files with 1 additions and 2 deletions

View File

@ -34,6 +34,6 @@ include waf.conf;
```
### Copyright
完全copy以下项目:<br />
copy以下项目:<br />
https://github.com/loveshell/ngx_lua_waf<br />
https://github.com/unixhot/waf

View File

@ -70,7 +70,6 @@ function cc_attack_check()
if req > CCcount then
log_record('CC_Attack',ngx.var.request_uri,"-","-")
if config_waf_enable == "on" then
waf_output()
ngx.exit(403)
end
else