Tobias von Dewitz 7 年之前
父节点
当前提交
55a1445eff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/scw.lua

+ 1 - 1
lua/scw.lua

@@ -109,7 +109,7 @@ function scw()
         rprotocol = "https"
       end
 
-      ngx.log(ngx.INFO, "port: " .. ngx.var.server_port)
+      -- ngx.log(ngx.INFO, "port: " .. ngx.var.server_port)
       local rport = ""
       if (rprotocol == "https" and ngx.var.server_port ~= 443) or (rprotocol == "http" and ngx.var.server_port ~= 80) then
         rport = string.format(":%d", ngx.var.server_port)