Explorar o código

web: fix bosh for subdomains

Aaron van Meerten %!s(int64=2) %!d(string=hai) anos
pai
achega
a7d2ddbf26
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      web/rootfs/defaults/system-config.js

+ 0 - 4
web/rootfs/defaults/system-config.js

@@ -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 -}}