Просмотр исходного кода

Render vhost directives in https server block

pull/323/head
Yuri Moens 6 лет назад
Родитель
Сommit
0866f98957
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2

+ 2
- 0
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2 Просмотреть файл

@@ -58,5 +58,7 @@ server {
ssl_protocols {{ matrix_nginx_proxy_ssl_protocols }};
ssl_prefer_server_ciphers on;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";

{{ render_vhost_directives() }}
}
{% endif %}

Загрузка…
Отмена
Сохранить