From 1f65c765cc387f096fbd959273a994d375cc5d5e Mon Sep 17 00:00:00 2001 From: "lj2007331@gmail.com" Date: Mon, 25 Jun 2018 15:45:56 +0800 Subject: [PATCH] Update init.lua --- README.md | 2 +- init.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d11817..7ee1d4a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,6 @@ include waf.conf; ``` ### Copyright -完全copy以下项目:
+copy以下项目:
https://github.com/loveshell/ngx_lua_waf
https://github.com/unixhot/waf diff --git a/init.lua b/init.lua index 327a393..921d2e5 100644 --- a/init.lua +++ b/init.lua @@ -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