From fe1baa4b010b8a82c6e6b30abc12bcc53fa295f1 Mon Sep 17 00:00:00 2001 From: Blallo <blallo@autistici.org> Date: Fri, 9 Dec 2022 18:52:59 +0100 Subject: [PATCH] Typo --- roles/prosody/templates/prosody.cfg.lua.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/prosody/templates/prosody.cfg.lua.j2 b/roles/prosody/templates/prosody.cfg.lua.j2 index e43fbaca..5bbb850a 100644 --- a/roles/prosody/templates/prosody.cfg.lua.j2 +++ b/roles/prosody/templates/prosody.cfg.lua.j2 @@ -71,7 +71,7 @@ statistics = "internal" statistics_interval = "manual" -- This is needed to allow external services to query the openmetrics endpoint -openmetrics_allowed_cidr = "0.0.0.0/0" +openmetrics_allow_cidr = "0.0.0.0/0" allow_registration = false archive_expires_after = "1w" -- GitLab