mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
- Change the configuration minimally and more reliably. - Rename the Apache configuration and add comments. - Rename firewalld description file. - Enable the matrixsynapse module by default. - Improve category, description texts and warnings. - Remove unused variable. - Add missing docstrings. - Minor styling updates. - Fix i18n in templates. - Fix showing description in main service view. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.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
|