summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-12-31 14:35:45 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-12-31 14:35:45 +0000
commit883c742960874946a1bbddc38b7ae9a7e3e25a8b (patch)
tree71b0e3347dcc8f79a079b679d8126e6498c69bf8 /docs
parentMerge commit 'c3119d153' into anoa/dinsic_release_1_23_1 (diff)
parentCheck support room has only two users before sending a notice (#8728) (diff)
downloadsynapse-883c742960874946a1bbddc38b7ae9a7e3e25a8b.tar.xz
Merge commit '89700dfb8' into anoa/dinsic_release_1_23_1
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md

index 4e046bdb31..c53d1bd2ff 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -262,6 +262,9 @@ using): Note that a HTTP listener with `client` and `federation` resources must be configured in the `worker_listeners` option in the worker config. +Ensure that all SSO logins go to a single process (usually the main process). +For multiple workers not handling the SSO endpoints properly, see +[#7530](https://github.com/matrix-org/synapse/issues/7530). #### Load balancing @@ -420,6 +423,8 @@ and you must configure a single instance to run the background tasks, e.g.: media_instance_running_background_jobs: "media-repository-1" ``` +Note that if a reverse proxy is used , then `/_matrix/media/` must be routed for both inbound client and federation requests (if they are handled separately). + ### `synapse.app.user_dir` Handles searches in the user directory. It can handle REST endpoints matching