Browse Source

remove debug log

pull/80/head
beyondblog 9 years ago
parent
commit
ab42acc2d7
  1. 1
      init.lua

1
init.lua

@ -96,7 +96,6 @@ function whitehost()
local items = Set(hostWhiteList)
for host in pairs(items) do
if ngxmatch(ngx.var.host, host, "isjo") then
log('POST',ngx.var.request_uri,"-","white host".. host)
return true
end
end

Loading…
Cancel
Save