From ae8aa78f9f22df99169535771bdf24bc6bbeb483 Mon Sep 17 00:00:00 2001 From: loveshell <82163261@qq.com> Date: Tue, 7 Apr 2015 23:49:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95=E5=8F=AA=E5=AF=B9ur?= =?UTF-8?q?i=E5=81=9A=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d3cb02f..ca6b3a7 100644 --- a/init.lua +++ b/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