Przeglądaj źródła

Handle matrix_playbook_reverse_proxy_type being "none" when deciding on Coturn certificate parameters

pull/2464/head
Slavi Pantaleev 3 lat temu
rodzic
commit
ddf6b2d4ee
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers Wyświetl plik

@@ -1919,6 +1919,7 @@ matrix_coturn_tls_cert_path: |-
{
'nginx-proxy': '/fullchain.pem',
'traefik': '/certificate.crt',
'none': '',
}[matrix_playbook_reverse_proxy_type]
}}

@@ -1927,6 +1928,7 @@ matrix_coturn_tls_key_path: |-
{
'nginx-proxy': '/privkey.pem',
'traefik': '/privatekey.key',
'none': '',
}[matrix_playbook_reverse_proxy_type]
}}



Ładowanie…
Anuluj
Zapisz