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