Tobias Begalke 7 年之前
父節點
當前提交
8d2601a344
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/scw.lua

+ 1 - 1
lua/scw.lua

@@ -40,7 +40,7 @@ function scw(r)
 
 
 	uri = string.match(r.the_request, "^%w+%s+(.+)%s+HTTP")
-  if ignore ~= nil and regex.match(r.uri, ignore) then
+  if ignore ~= nil and regex.match(uri, ignore) then
     return apache2.DECLINED
   end