Skip to content

Commit a676b53

Browse files
committed
Fix hydrogen OCSP typo
From 6f80292
1 parent 11398dc commit a676b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-client-hydrogen.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ server {
8888
{% if matrix_nginx_proxy_ocsp_stapling_enabled %}
8989
ssl_stapling on;
9090
ssl_stapling_verify on;
91-
ssl_trusted_certificate {{ matrix_ssl_config_dir_path }}/live/{{ matrix_nginx_proxy_proxy_element_hostname }}/chain.pem;
91+
ssl_trusted_certificate {{ matrix_ssl_config_dir_path }}/live/{{ matrix_nginx_proxy_proxy_hydrogen_hostname }}/chain.pem;
9292
{% endif %}
9393

9494
{% if matrix_nginx_proxy_ssl_session_tickets_off %}

0 commit comments

Comments
 (0)