We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2897e49 commit 14a78d0Copy full SHA for 14a78d0
waf.lua
@@ -1,5 +1,6 @@
1
local content_length=tonumber(ngx.req.get_headers()['content-length'])
2
local method=ngx.req.get_method()
3
+local ngxmatch=ngx.re.match
4
if whiteip() then
5
elseif blockip() then
6
elseif denycc() then
0 commit comments