mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> 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:5443/bosh/
|
|
ProxyPassReverse /bosh/ http://localhost:5443/bosh/
|
|
<Proxy http://localhost:5443/bosh/*>
|
|
Require all granted
|
|
</Proxy>
|