1 files changed, 7 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst
index dd3a84ba0d..3ba5879f76 100644
--- a/docs/workers.rst
+++ b/docs/workers.rst
@@ -222,6 +222,13 @@ following regular expressions::
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$
+ ^/_matrix/client/(api/v1|r0|unstable)/login$
+
+Additionally, the following REST endpoints can be handled, but all requests must
+be routed to the same instance::
+
+ ^/_matrix/client/(r0|unstable)/register$
+
``synapse.app.user_dir``
~~~~~~~~~~~~~~~~~~~~~~~~
|