nginx generic worker: remove location ^/_matrix/federation/unstable/org.matrix.msc2946/spaces/

This commit is contained in:
creme 2022-03-08 21:12:27 +01:00
parent a0fe6767be
commit eaecef32b4
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0

View File

@ -134,11 +134,6 @@ location ~ ^/_matrix/key/v2/query {
proxy_pass http://generic_worker_lc;
}
location ~ ^/_matrix/federation/unstable/org.matrix.msc2946/spaces/ {
include include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;
}
location ~ ^/_matrix/federation/(v1|unstable/org.matrix.msc2946)/hierarchy/ {
include include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;