Johannes Keyser 508cbe7361
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>
2017-10-31 20:26:49 -04:00

7 lines
191 B
Plaintext

# Proxy for BOSH server
ProxyPass /bosh/ http://localhost:5280/bosh/
ProxyPassReverse /bosh/ http://localhost:5280/bosh/
<Proxy http://localhost:5280/bosh/*>
Require all granted
</Proxy>