Move server key queries to federation reader

This commit is contained in:
Erik Johnston 2019-02-27 13:43:53 +00:00
parent 7590e9fa28
commit 4cff9376f7
2 changed files with 6 additions and 1 deletions

View file

@ -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.