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

Reinstate proxy protocol for 5280 and add vim comment

parent 0057b8df
No related branches found
No related tags found
1 merge request!196Prosody metrics
......@@ -62,7 +62,7 @@ modules_enabled = {
}
-- statistics and metrics
http_ports = { 5280, 5282 }
http_ports = { 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 = {
......@@ -157,3 +157,5 @@ Component "conference.jabber.{{ domain }}" "muc"
Component "proxy.jabber.{{ domain }}" "proxy65"
{% endfor %}
-- vim:set syntax=lua:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment