diff --git a/etc/matrix-synapse/homeserver.yaml b/etc/matrix-synapse/homeserver.yaml index 5433615..ecc58f4 100644 --- a/etc/matrix-synapse/homeserver.yaml +++ b/etc/matrix-synapse/homeserver.yaml @@ -2783,21 +2783,21 @@ stream_writers: # - 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 +# 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 diff --git a/etc/nginx/include.d/generic_worker.conf b/etc/nginx/include.d/generic_worker.conf index d7cded4..baac832 100644 --- a/etc/nginx/include.d/generic_worker.conf +++ b/etc/nginx/include.d/generic_worker.conf @@ -321,32 +321,32 @@ location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/profile/ { } ## Device requests -location ~ ^/_matrix/client/(r0|v3|unstable)/sendToDevice/ { - include include.d/synapse-proxy.conf; - proxy_pass http://generic_worker_lc; -} +#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)/.*/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; -} +#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/.*/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; -} +#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/ {