mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
web: fix bosh for subdomains
This commit is contained in:
parent
2fdc643e7c
commit
3af59c6d84
@ -41,11 +41,7 @@ config.hosts.anonymousdomain = '{{ $XMPP_GUEST_DOMAIN }}';
|
||||
config.hosts.authdomain = '{{ $XMPP_DOMAIN }}';
|
||||
{{ end -}}
|
||||
|
||||
{{ if $ENABLE_SUBDOMAINS -}}
|
||||
config.bosh = '/' + subdir + 'http-bind';
|
||||
{{ else -}}
|
||||
config.bosh = '/http-bind';
|
||||
{{ end -}}
|
||||
|
||||
{{ if $ENABLE_XMPP_WEBSOCKET -}}
|
||||
{{ if $ENABLE_SUBDOMAINS -}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user