Ver Fonte

cleanup

Tobias von Dewitz há 7 anos atrás
pai
commit
55a1445eff
1 ficheiros alterados com 1 adições e 1 exclusões
  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)