We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564979d commit ae8aa78Copy full SHA for ae8aa78
init.lua
@@ -80,7 +80,7 @@ function whiteurl()
80
if WhiteCheck then
81
if wturlrules ~=nil then
82
for _,rule in pairs(wturlrules) do
83
- if ngxmatch(ngx.var.request_uri,rule,"isjo") then
+ if ngxmatch(ngx.var.uri,rule,"isjo") then
84
return true
85
end
86
0 commit comments