diff --git a/etc/nginx/include.d/generic_worker.conf b/etc/nginx/include.d/generic_worker.conf index baac832..c957032 100644 --- a/etc/nginx/include.d/generic_worker.conf +++ b/etc/nginx/include.d/generic_worker.conf @@ -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;