From ab2078154403ba75208b4e4aa5dfee1a66303c64 Mon Sep 17 00:00:00 2001 From: loveshell <82163261@qq.com> Date: Sun, 24 Mar 2013 16:54:30 +0800 Subject: [PATCH] Update waf.lua --- waf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waf.lua b/waf.lua index 7fb0e3e..2872f76 100644 --- a/waf.lua +++ b/waf.lua @@ -72,7 +72,7 @@ function check() ngx.exit(200) end function read_rule(var) - file = io.open("/usr/local/openresty/nginx/conf/wafconf/"..var,"r") + file = io.open("/usr/local/nginx/conf/wafconf/"..var,"r") t = {} for line in file:lines() do table.insert(t,line)