Fix hydrogen OCSP typo

From 6f80292745
This commit is contained in:
Aaron Raimist 2021-09-24 20:09:06 -05:00
parent 11398dc1a6
commit a676b5358c
No known key found for this signature in database
GPG key ID: 37419210002890EF

View file

@ -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 %}