mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
- Upgrade existing config. Tests: - Install ejabberd. Configuration is set as expected and ejabberd is running. - Upgrade from existing ejabberd install. Configuration is set as expected and ejabberd is running. - Send a file between two users in dino-im and Conversations app. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
15 lines
338 B
Plaintext
15 lines
338 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>
|
|
|
|
##
|
|
## Proxy for XEP-0363 HTTP File Upload
|
|
##
|
|
<Location /upload/>
|
|
ProxyPreserveHost On
|
|
ProxyPass http://localhost:5443/upload/
|
|
</Location>
|