소스 검색

web: fix bosh for subdomains

Aaron van Meerten 2 년 전
부모
커밋
a7d2ddbf26
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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 -}}