|
|
|
@@ -239,6 +239,13 @@ matrix_playbook_reverse_proxy_container_network: 'traefik' |
|
|
|
# Specifies the hostname that the reverse-proxy is available at |
|
|
|
matrix_playbook_reverse_proxy_hostname: 'matrix-traefik' |
|
|
|
|
|
|
|
# Specifies whether the Traefik reverse-proxy (if `matrix_playbook_reverse_proxy_type` indicates that Traefik is being used) defines a compression middleware. |
|
|
|
matrix_playbook_reverse_proxy_traefik_middleware_compession_enabled: false |
|
|
|
|
|
|
|
# Specifies the name of the compression middleware defined for the Traefik reverse-proxy (if `matrix_playbook_reverse_proxy_type` indicates that Traefik is being used). |
|
|
|
# It's better to use a fully-qualified middleware name (e.g. `compression@docker` or `compression@file`) here to prevent ambiguity. |
|
|
|
matrix_playbook_reverse_proxy_traefik_middleware_compession_name: '' |
|
|
|
|
|
|
|
# Controls the additional network that reverse-proxyable services will be connected to. |
|
|
|
matrix_playbook_reverse_proxyable_services_additional_network: "{{ matrix_playbook_reverse_proxy_container_network }}" |
|
|
|
|
|
|
|
|