From 36cf59de28f86fcbb25cfecf29c05e0a8fbf3717 Mon Sep 17 00:00:00 2001 From: Blallo <blallo@autistici.org> Date: Fri, 9 Dec 2022 16:39:25 +0100 Subject: [PATCH] Revert "Do not specify interfaces for http ports" This reverts commit 57290fd295d6191e26b27a067da484b2941caf75. --- roles/prosody/templates/prosody.cfg.lua.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/prosody/templates/prosody.cfg.lua.j2 b/roles/prosody/templates/prosody.cfg.lua.j2 index 7d690335..a6cfa329 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" -- GitLab