diff --git a/roles/prosody/templates/prosody.cfg.lua.j2 b/roles/prosody/templates/prosody.cfg.lua.j2
index 7d690335ca7e42b0bd011a7afe2c13b2ababb4b2..a6cfa329ab74eb90a38553d915c86a084a172c36 100644
--- a/roles/prosody/templates/prosody.cfg.lua.j2
+++ b/roles/prosody/templates/prosody.cfg.lua.j2
@@ -63,6 +63,7 @@ modules_enabled = {
 
 -- statistics and metrics
 http_ports = { 5282 }
+http_interfaces = { "", "::" }
 --- The http_openmetrics module exposes the metrics gathered by this internal
 --- mechanism
 statistics = "internal"