mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-07-26 08:25:20 -04:00
nginx generic worker: remove location ^/_matrix/federation/unstable/org.matrix.msc2946/spaces/
This commit is contained in:
parent
a0fe6767be
commit
eaecef32b4
1 changed files with 0 additions and 5 deletions
|
@ -134,11 +134,6 @@ location ~ ^/_matrix/key/v2/query {
|
||||||
proxy_pass http://generic_worker_lc;
|
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/ {
|
location ~ ^/_matrix/federation/(v1|unstable/org.matrix.msc2946)/hierarchy/ {
|
||||||
include include.d/synapse-proxy.conf;
|
include include.d/synapse-proxy.conf;
|
||||||
proxy_pass http://generic_worker_lc;
|
proxy_pass http://generic_worker_lc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue