Explorar el Código

Remove some whitespace

pull/251/head
Slavi Pantaleev hace 6 años
committed by GitHub
padre
commit
2efcf11ee8
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2

+ 0
- 2
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2 Ver fichero

@@ -191,7 +191,6 @@ server {
location / {
rewrite ^/$ /_matrix/static/ last;
}

}

{% if matrix_nginx_proxy_proxy_matrix_federation_api_enabled %}
@@ -212,7 +211,6 @@ server {
ssl_protocols {{ matrix_nginx_proxy_ssl_protocols }};
ssl_prefer_server_ciphers on;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";

location / {
{% if matrix_nginx_proxy_enabled %}


Cargando…
Cancelar
Guardar