Переглянути джерело

xmpp: disable HTTPS for BOSH

It's not exposed, we proxy from the web frontend.
Saúl Ibarra Corretgé 6 роки тому
батько
коміт
aefefb53b6
2 змінених файлів з 3 додано та 1 видалено
  1. 1 1
      prosody/Dockerfile
  2. 2 0
      prosody/rootfs/defaults/prosody.cfg.lua

+ 1 - 1
prosody/Dockerfile

@@ -9,7 +9,7 @@ RUN \
 
 COPY rootfs/ /
 
-EXPOSE 5222 5269 5347 5280 5281
+EXPOSE 5222 5269 5347 5280
 
 VOLUME /config
 

+ 2 - 0
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 = {