Преглед изворни кода

Update main.yml

fixed typo in variable name
pull/3803/head
weissbier пре 1 година
committed by GitHub
родитељ
комит
6d7c1b1a9c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      roles/custom/matrix-base/defaults/main.yml

+ 2
- 2
roles/custom/matrix-base/defaults/main.yml Прегледај датотеку

@@ -240,11 +240,11 @@ matrix_playbook_reverse_proxy_container_network: 'traefik'
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
matrix_playbook_reverse_proxy_traefik_middleware_compression_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: ''
matrix_playbook_reverse_proxy_traefik_middleware_compression_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 }}"


Loading…
Откажи
Сачувај