mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Update routing of fallback auth in the worker docs. (#7048)
This commit is contained in:
parent
bbf725e7da
commit
66315d862f
1
changelog.d/7048.doc
Normal file
1
changelog.d/7048.doc
Normal file
@ -0,0 +1 @@
|
||||
Document that the fallback auth endpoints must be routed to the same worker node as the register endpoints.
|
@ -273,6 +273,7 @@ Additionally, the following REST endpoints can be handled, but all requests must
|
||||
be routed to the same instance:
|
||||
|
||||
^/_matrix/client/(r0|unstable)/register$
|
||||
^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$
|
||||
|
||||
Pagination requests can also be handled, but all requests with the same path
|
||||
room must be routed to the same instance. Additionally, care must be taken to
|
||||
|
Loading…
Reference in New Issue
Block a user