mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-08 09:41:35 +00:00
In ejabberd 18.09-1, the default BOSH port is changed from 5280 to 5443. Update ejabberd diagnostics and the jwchat-plinth apache conf, which is used by JSXC. Fixes #1398. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
# Proxy for BOSH server
|
|
ProxyPass /bosh/ http://localhost:5443/bosh/
|
|
ProxyPassReverse /bosh/ http://localhost:5443/bosh/
|
|
<Proxy http://localhost:5443/bosh/*>
|
|
Require all granted
|
|
</Proxy>
|