소스 검색

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

pull/2464/head
Slavi Pantaleev 3 년 전
부모
커밋
ddf6b2d4ee
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers 파일 보기

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



불러오는 중...
취소
저장