Update init.lua

pull/13/head
loveshell 11 years ago
parent 87646bb1ef
commit e1ffb54cc3

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

Loading…
Cancel
Save