summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-02-18 14:03:43 +0000
committerRichard van der Hoff <richard@matrix.org>2021-02-18 14:03:43 +0000
commit1f507c25154a8d88fb57d7e94b5a7693901dc810 (patch)
treed580add3bc18df87b5c4d7d7953a4eb329c39d8a /docs/workers.md
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentRedirect redirect requests if they arrive on the wrong URI (diff)
downloadsynapse-1f507c25154a8d88fb57d7e94b5a7693901dc810.tar.xz
Merge branch 'rav/fix_cookie_path' into matrix-org-hotfixes
Merge the cookie fix to hotfixes
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md

index 9bda0f8c23..e7bf9b8ce4 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -276,7 +276,8 @@ using): Ensure that all SSO logins go to a single process. For multiple workers not handling the SSO endpoints properly, see -[#7530](https://github.com/matrix-org/synapse/issues/7530). +[#7530](https://github.com/matrix-org/synapse/issues/7530) and +[#9427](https://github.com/matrix-org/synapse/issues/9427). Note that a HTTP listener with `client` and `federation` resources must be configured in the `worker_listeners` option in the worker config.