mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-03 08:11:05 +02:00
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:
parent
79e9bce07b
commit
2c95ab7c9f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user