Explorar el Código

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

pull/2464/head
Slavi Pantaleev hace 3 años
padre
commit
ddf6b2d4ee
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers Ver fichero

@@ -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]
}}



Cargando…
Cancelar
Guardar