Explorar el Código

etherpad - do not request ssl cert for subdomain if dimension is installed

pull/2229/head
Aine hace 3 años
padre
commit
a86cb2336a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 34969C908CCA2804
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Ver fichero

@@ -1840,7 +1840,7 @@ matrix_ssl_domains_to_obtain_certificates_for: |
+
([matrix_server_fqn_dimension] if matrix_dimension_enabled else [])
+
([matrix_server_fqn_etherpad] if matrix_etherpad_enabled else [])
([matrix_server_fqn_etherpad] if (matrix_etherpad_enabled and not matrix_dimension_enabled) else [])
+
([matrix_server_fqn_bot_go_neb] if matrix_bot_go_neb_enabled else [])
+


Cargando…
Cancelar
Guardar