Browse Source

白名单只对uri做判断

pull/47/head 0.2.tar.gz
loveshell 10 years ago
parent
commit
ae8aa78f9f
  1. 2
      init.lua

2
init.lua

@ -80,7 +80,7 @@ function whiteurl()
if WhiteCheck then
if wturlrules ~=nil then
for _,rule in pairs(wturlrules) do
if ngxmatch(ngx.var.request_uri,rule,"isjo") then
if ngxmatch(ngx.var.uri,rule,"isjo") then
return true
end
end

Loading…
Cancel
Save