summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-02-27 13:43:53 +0000
committerErik Johnston <erik@matrix.org>2019-02-27 13:43:53 +0000
commit4cff9376f7b07d3c60b1f882cde5848149862dd9 (patch)
tree3366179e8f7addba6205862f53b23bdc51b5843d /docs
parentMerge pull request #4749 from matrix-org/erikj/replication_connection_backoff (diff)
downloadsynapse-4cff9376f7b07d3c60b1f882cde5848149862dd9.tar.xz
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.