summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-02-27 15:30:40 +0000
committerGitHub <noreply@github.com>2019-02-27 15:30:40 +0000
commit46b0151524cbc19bfe8091bb88bc29267c965c29 (patch)
tree0669a97dc7b6a5099a7cc9034c762365c7bf30ff /docs
parentMerge pull request #4749 from matrix-org/erikj/replication_connection_backoff (diff)
parentFix unit tests (diff)
downloadsynapse-46b0151524cbc19bfe8091bb88bc29267c965c29.tar.xz
Merge pull request #4757 from matrix-org/erikj/key_api_fed_readae
Move server key queries to federation reader
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst
index 3ba5879f76..7552455a4e 100644
--- a/docs/workers.rst
+++ b/docs/workers.rst
@@ -182,6 +182,7 @@ endpoints matching the following regular expressions::
     ^/_matrix/federation/v1/event_auth/
     ^/_matrix/federation/v1/exchange_third_party_invite/
     ^/_matrix/federation/v1/send/
+    ^/_matrix/key/v2/query
 
 The above endpoints should all be routed to the federation_reader worker by the
 reverse-proxy configuration.