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)