mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
2ca5cd8043
commit
508cbe7361
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
|
||||
$(function() {
|
||||
var settings = {
|
||||
url: '/http-bind/',
|
||||
url: '/bosh/',
|
||||
domain: plinth_settings.domainname
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user