diff --git a/roles/prosody/templates/prosody.cfg.lua.j2 b/roles/prosody/templates/prosody.cfg.lua.j2
index cc77e1e4b151af29f476a3b33b58501a0f203802..70e6671da380956567ce368115df686192fcc0ee 100644
--- a/roles/prosody/templates/prosody.cfg.lua.j2
+++ b/roles/prosody/templates/prosody.cfg.lua.j2
@@ -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 = {