mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-07-29 09:48:41 -04:00
remove currently unused stream_writers
This commit is contained in:
parent
eaecef32b4
commit
01ec4d227a
2 changed files with 0 additions and 59 deletions
|
@ -2778,31 +2778,6 @@ stream_writers:
|
||||||
- generic_worker2
|
- generic_worker2
|
||||||
- generic_worker3
|
- generic_worker3
|
||||||
- generic_worker4
|
- generic_worker4
|
||||||
# typing:
|
|
||||||
# - generic_worker1
|
|
||||||
# - generic_worker2
|
|
||||||
# - generic_worker3
|
|
||||||
# - generic_worker4
|
|
||||||
# to_device:
|
|
||||||
# - generic_worker1
|
|
||||||
# - generic_worker2
|
|
||||||
# - generic_worker3
|
|
||||||
# - generic_worker4
|
|
||||||
# account_data:
|
|
||||||
# - generic_worker1
|
|
||||||
# - generic_worker2
|
|
||||||
# - generic_worker3
|
|
||||||
# - generic_worker4
|
|
||||||
# receipts:
|
|
||||||
# - generic_worker1
|
|
||||||
# - generic_worker2
|
|
||||||
# - generic_worker3
|
|
||||||
# - generic_worker4
|
|
||||||
# presence:
|
|
||||||
# - generic_worker1
|
|
||||||
# - generic_worker2
|
|
||||||
# - generic_worker3
|
|
||||||
# - generic_worker4
|
|
||||||
|
|
||||||
# The worker that is used to run background tasks (e.g. cleaning up expired
|
# The worker that is used to run background tasks (e.g. cleaning up expired
|
||||||
# data). If not provided this defaults to the main process.
|
# data). If not provided this defaults to the main process.
|
||||||
|
|
|
@ -314,37 +314,3 @@ location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/profile/ {
|
||||||
include include.d/synapse-proxy.conf;
|
include include.d/synapse-proxy.conf;
|
||||||
proxy_pass http://generic_worker_lc;
|
proxy_pass http://generic_worker_lc;
|
||||||
}
|
}
|
||||||
|
|
||||||
## Device requests
|
|
||||||
#location ~ ^/_matrix/client/(r0|v3|unstable)/sendToDevice/ {
|
|
||||||
# include include.d/synapse-proxy.conf;
|
|
||||||
# proxy_pass http://generic_worker_lc;
|
|
||||||
#}
|
|
||||||
|
|
||||||
## Account data requests
|
|
||||||
#location ~ ^/_matrix/client/(r0|v3|unstable)/.*/tags {
|
|
||||||
# include include.d/synapse-proxy.conf;
|
|
||||||
# proxy_pass http://generic_worker_lc;
|
|
||||||
#}
|
|
||||||
|
|
||||||
#location ~ ^/_matrix/client/(r0|v3|unstable)/.*/account_data {
|
|
||||||
# include include.d/synapse-proxy.conf;
|
|
||||||
# proxy_pass http://generic_worker_lc;
|
|
||||||
#}
|
|
||||||
|
|
||||||
## Receipts requests
|
|
||||||
#location ~ ^/_matrix/client/(r0|v3|unstable)/rooms/.*/receipt {
|
|
||||||
# include include.d/synapse-proxy.conf;
|
|
||||||
# proxy_pass http://generic_worker_lc;
|
|
||||||
#}
|
|
||||||
|
|
||||||
#location ~ ^/_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers {
|
|
||||||
# include include.d/synapse-proxy.conf;
|
|
||||||
# proxy_pass http://generic_worker_lc;
|
|
||||||
#}
|
|
||||||
|
|
||||||
## Presence requests
|
|
||||||
#location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/presence/ {
|
|
||||||
# include include.d/synapse-proxy.conf;
|
|
||||||
# proxy_pass http://generic_worker_lc;
|
|
||||||
#}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue