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>
9 lines
399 B
Plaintext
9 lines
399 B
Plaintext
##
|
|
## On all sites, provide Matrix Synapse on a default path: /_matrix. This is
|
|
## only useful for clients to login without specifying a server port. This is
|
|
## not useful for federation which requires SRV record or listening on port
|
|
## 8448. Further, federation requires same TLS public key to be provided to
|
|
## Apache and Matrix Synapse server.
|
|
##
|
|
ProxyPass /_matrix http://localhost:8008/_matrix
|