Skip to content

Commit

Permalink
Do not try to obtain jitsi.DOMAIN certificate if Jitsi is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Mar 24, 2020
1 parent fcb4f25 commit e06ac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/matrix_servers
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ matrix_ssl_domains_to_obtain_certificates_for: |
+
([matrix_server_fqn_dimension] if matrix_dimension_enabled else [])
+
([matrix_server_fqn_jitsi])
([matrix_server_fqn_jitsi] if matrix_jitsi_enabled else [])
+
([matrix_domain] if matrix_nginx_proxy_base_domain_serving_enabled else [])
}}
Expand Down

0 comments on commit e06ac41

Please sign in to comment.