web: revert using PUBLIC_URL for BOSH URL

This partially reverts
5e6faced4f

It was unnecessary, and created lot of trouble.
This commit is contained in:
Saúl Ibarra Corretgé 2020-04-14 11:17:05 +02:00
parent 79e9bce07b
commit 2c95ab7c9f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ if [[ ! -f /config/config.js ]]; then
cp /defaults/config.js /config/config.js
sed -i \
-e "s#jitsi-meet.example.com#$XMPP_DOMAIN#g" \
-e "s#bosh:.*#bosh: '${PUBLIC_URL}/http-bind',#" \
-e "s#bosh:.*#bosh: '/http-bind',#" \
-e "s#muc:.*#muc: '${XMPP_MUC_DOMAIN}',#" \
-e "s#// focusUserJid:.*#focusUserJid: '${JICOFO_AUTH_USER}@${XMPP_AUTH_DOMAIN}',#" \
/config/config.js