From aefefb53b68b56930a8d0c163d33084bd26e5273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 17 Oct 2018 12:19:24 +0200 Subject: [PATCH] xmpp: disable HTTPS for BOSH It's not exposed, we proxy from the web frontend. --- prosody/Dockerfile | 2 +- prosody/rootfs/defaults/prosody.cfg.lua | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/prosody/Dockerfile b/prosody/Dockerfile index 63f8633..88c116d 100644 --- a/prosody/Dockerfile +++ b/prosody/Dockerfile @@ -9,7 +9,7 @@ RUN \ COPY rootfs/ / -EXPOSE 5222 5269 5347 5280 5281 +EXPOSE 5222 5269 5347 5280 VOLUME /config diff --git a/prosody/rootfs/defaults/prosody.cfg.lua b/prosody/rootfs/defaults/prosody.cfg.lua index 748f155..7ec5036 100644 --- a/prosody/rootfs/defaults/prosody.cfg.lua +++ b/prosody/rootfs/defaults/prosody.cfg.lua @@ -72,6 +72,8 @@ modules_enabled = { --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots. }; +https_ports = { } + -- These modules are auto-loaded, but should you want -- to disable them then uncomment them here: modules_disabled = {