mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-04 08:53:42 +00:00
Signed-off-by: Johannes Keyser <johanneskeyser@posteo.de> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
7 lines
191 B
Plaintext
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>
|