remove debug log
parent
172b56505c
commit
ab42acc2d7
1
init.lua
1
init.lua
|
@ -96,7 +96,6 @@ function whitehost()
|
||||||
local items = Set(hostWhiteList)
|
local items = Set(hostWhiteList)
|
||||||
for host in pairs(items) do
|
for host in pairs(items) do
|
||||||
if ngxmatch(ngx.var.host, host, "isjo") then
|
if ngxmatch(ngx.var.host, host, "isjo") then
|
||||||
log('POST',ngx.var.request_uri,"-","white host".. host)
|
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue