diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-23 15:55:17 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-23 15:55:17 +0100 |
commit | 80dc6ec803949bbb09a8d40c80daaa9c676c0fb6 (patch) | |
tree | d2a44cf03ef3f3d9c3646846b4a7d8153181fbc9 /app/build/jitsi-xmpp/xmpp_conf | |
parent | 9117616f0250ab0ac724c6aa9a5b6d94ec7c9d92 (diff) | |
download | infrastructure-80dc6ec803949bbb09a8d40c80daaa9c676c0fb6.tar.gz infrastructure-80dc6ec803949bbb09a8d40c80daaa9c676c0fb6.zip |
Migrate jitsi
Diffstat (limited to 'app/build/jitsi-xmpp/xmpp_conf')
-rwxr-xr-x | app/build/jitsi-xmpp/xmpp_conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build/jitsi-xmpp/xmpp_conf b/app/build/jitsi-xmpp/xmpp_conf index 5990d07..34b2cb3 100755 --- a/app/build/jitsi-xmpp/xmpp_conf +++ b/app/build/jitsi-xmpp/xmpp_conf @@ -7,6 +7,8 @@ EOF mkdir -p /etc/prosody/conf.{d,avail}/ cat > /etc/prosody/conf.avail/jitsi.deuxfleurs.fr.cfg.lua <<EOF +http_ports = { ${JITSI_PROSODY_BOSH_PORT} } + VirtualHost "jitsi.deuxfleurs.fr" authentication = "anonymous" ssl = { |