nixos/synapse: add documentation for required reverse proxy setup

This commit is contained in:
Sophie Tauchert 2023-09-14 09:34:34 +02:00 committed by Sophie Tauchert
parent 6b95c618e2
commit aed8a5c6cd
No known key found for this signature in database
GPG Key ID: 52701DE5F5F51125

View File

@ -850,6 +850,12 @@ in {
A redis server is required for running workers. A local one can be enabled
using [`services.matrix-synapse.configureRedisLocally`](#opt-services.matrix-synapse.configureRedisLocally).
Workers also require a proper reverse proxy setup to direct incoming requests to the appropriate process. See
the [reverse proxy documentation](https://matrix-org.github.io/synapse/latest/reverse_proxy.html) for a
general reverse proxying setup and
the [worker documentation](https://matrix-org.github.io/synapse/latest/workers.html#available-worker-applications)
for the available endpoints per worker application.
:::
'';
type = types.attrsOf (types.submodule ({name, ...}: {