|
@@ -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)
|