remove currently unused stream_writers

This commit is contained in:
creme 2022-03-10 10:17:56 +01:00
parent eaecef32b4
commit 01ec4d227a
No known key found for this signature in database
GPG key ID: C147C3B7FBDF08D0
2 changed files with 0 additions and 59 deletions

View file

@ -314,37 +314,3 @@ location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/profile/ {
include include.d/synapse-proxy.conf;
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;
#}