diff options
-rw-r--r-- | files/prosody.cfg.lua.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |