mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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
|
# Proxy for BOSH server
|
||||||
ProxyPass /http-bind/ http://localhost:5280/http-bind/
|
ProxyPass /bosh/ http://localhost:5280/bosh/
|
||||||
ProxyPassReverse /http-bind/ http://localhost:5280/http-bind/
|
ProxyPassReverse /bosh/ http://localhost:5280/bosh/
|
||||||
<Proxy http://localhost:5280/http-bind/*>
|
<Proxy http://localhost:5280/bosh/*>
|
||||||
Require all granted
|
Require all granted
|
||||||
</Proxy>
|
</Proxy>
|
||||||
|
|||||||
@ -190,6 +190,6 @@ def diagnose():
|
|||||||
results.append(action_utils.diagnose_port_listening(5280, 'tcp4'))
|
results.append(action_utils.diagnose_port_listening(5280, 'tcp4'))
|
||||||
results.append(action_utils.diagnose_port_listening(5280, 'tcp6'))
|
results.append(action_utils.diagnose_port_listening(5280, 'tcp6'))
|
||||||
results.extend(
|
results.extend(
|
||||||
action_utils.diagnose_url_on_all('http://{host}/http-bind/'))
|
action_utils.diagnose_url_on_all('http://{host}/bosh/'))
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
var settings = {
|
var settings = {
|
||||||
url: '/http-bind/',
|
url: '/bosh/',
|
||||||
domain: plinth_settings.domainname
|
domain: plinth_settings.domainname
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user