ejabberd, jsxc, apache: Rename out-dated "http-bind" to "bosh".

Signed-off-by: Johannes Keyser <johanneskeyser@posteo.de>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Johannes Keyser 2017-10-29 18:09:56 +01:00 committed by James Valleroy
parent 2ca5cd8043
commit 508cbe7361
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Proxy for BOSH server
ProxyPass /http-bind/ http://localhost:5280/http-bind/
ProxyPassReverse /http-bind/ http://localhost:5280/http-bind/
<Proxy http://localhost:5280/http-bind/*>
ProxyPass /bosh/ http://localhost:5280/bosh/
ProxyPassReverse /bosh/ http://localhost:5280/bosh/
<Proxy http://localhost:5280/bosh/*>
Require all granted
</Proxy>

View File

@ -190,6 +190,6 @@ def diagnose():
results.append(action_utils.diagnose_port_listening(5280, 'tcp4'))
results.append(action_utils.diagnose_port_listening(5280, 'tcp6'))
results.extend(
action_utils.diagnose_url_on_all('http://{host}/http-bind/'))
action_utils.diagnose_url_on_all('http://{host}/bosh/'))
return results

View File

@ -44,7 +44,7 @@
$(function() {
var settings = {
url: '/http-bind/',
url: '/bosh/',
domain: plinth_settings.domainname
};