mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2024-10-01 07:35:35 -04:00
nginx generic worker: remove location ^/_matrix/federation/unstable/org.matrix.msc2946/spaces/
This commit is contained in:
parent
a0fe6767be
commit
eaecef32b4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user