Tobias von Dewitz 7 gadi atpakaļ
vecāks
revīzija
55a1445eff
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)