nixos/synapse: add documentation for required reverse proxy setup
This commit is contained in:
parent
6b95c618e2
commit
aed8a5c6cd
@ -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, ...}: {
|
||||
|
Loading…
Reference in New Issue
Block a user