ソースを参照

Fix hydrogen OCSP typo

From 6f80292745
pull/1297/head
Aaron Raimist 4年前
コミット
a676b5358c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 37419210002890EF
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-client-hydrogen.conf.j2

+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-client-hydrogen.conf.j2 ファイルの表示

@@ -88,7 +88,7 @@ server {
{% if matrix_nginx_proxy_ocsp_stapling_enabled %}
ssl_stapling on;
ssl_stapling_verify on;
ssl_trusted_certificate {{ matrix_ssl_config_dir_path }}/live/{{ matrix_nginx_proxy_proxy_element_hostname }}/chain.pem;
ssl_trusted_certificate {{ matrix_ssl_config_dir_path }}/live/{{ matrix_nginx_proxy_proxy_hydrogen_hostname }}/chain.pem;
{% endif %}

{% if matrix_nginx_proxy_ssl_session_tickets_off %}


読み込み中…
キャンセル
保存