Enable (Traefik compression middleware)-assisted compression for Synapse
This likely breaks QR code login for non-worker Synapse setups. See https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749
This commit is contained in:
@ -186,6 +186,11 @@ matrix_synapse_container_labels_traefik_entrypoints: web-secure
|
||||
matrix_synapse_container_labels_traefik_tls_certResolver: default # noqa var-naming
|
||||
matrix_synapse_container_labels_traefik_hostname: ''
|
||||
|
||||
# Controls whether a compression middleware will be injected into the middlewares list.
|
||||
# This compression middleware is supposed to be defined elsewhere (using labels or a File provider, etc.) and is merely referenced by this router.
|
||||
matrix_synapse_container_labels_traefik_compression_middleware_enabled: false
|
||||
matrix_synapse_container_labels_traefik_compression_middleware_name: ""
|
||||
|
||||
# Controls whether Matrix-related labels will be added.
|
||||
#
|
||||
# When set to false, variables like the following take no effect:
|
||||
|
Reference in New Issue
Block a user