From 9f0da9a2171547b101eaefcd17b75daa04669bc6 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 28 Feb 2024 21:46:08 +0000 Subject: Add reload_modules community module My ACME scripts currently reload (instead of restarting) prosody after installing new certificates. Therefore, I would like to make sure that these new certificates are picked up on such an action. --- files/prosody.cfg.lua.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 53d3d48..0298ba0 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -27,6 +27,7 @@ modules_enabled = { "proxy65"; "register"; "register_apps"; + "reload_modules"; "roster"; "saslauth"; "server_contact_info"; @@ -40,6 +41,10 @@ modules_enabled = { "version"; } +reload_modules = { + "tls"; +} + modules_disabled = { } pidfile = "/run/prosody/prosody.pid"; -- cgit v1.2.3