Skip to content
Snippets Groups Projects
Verified Commit 0057b8df authored by blallo's avatar blallo
Browse files

Try and exclude 5280 from proxy protocol proxied ports

parent 8de737bf
No related branches found
No related tags found
1 merge request!196Prosody metrics
......@@ -62,7 +62,7 @@ modules_enabled = {
}
-- statistics and metrics
http_ports = { 5282 }
http_ports = { 5280, 5282 }
http_interfaces = { "", "::" }
--- The http_openmetrics module exposes the metrics gathered by this internal
--- mechanism
......@@ -84,7 +84,7 @@ s2s_ports = {5269}
proxy_port_mappings = {
[15222] = "c2s",
[15269] = "s2s",
[15280] = "http"
-- [15280] = "http"
}
proxy_trusted_proxies = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment