Browse Source

Update http-enc-res-hdr.lua

EtherDream 5 years ago
parent
commit
be161ed8bb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      lua/http-enc-res-hdr.lua

+ 3 - 3
lua/http-enc-res-hdr.lua

@@ -108,9 +108,9 @@ local function nodeSwitched()
 end
 
 -- 节点切换功能,目前还在测试中(demo 中已开启)
-if nodeSwitched() then
-  return
-end
+-- if nodeSwitched() then
+--  return
+-- end
 
 
 local h, err = ngx.resp.get_headers()