mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-05 12:19:31 +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>
|