Skip to content

Commit 72688a4

Browse files
authored
Merge pull request spantaleev#1297 from aaronraimist/fix-hydrogen-typo
Fix hydrogen OCSP typo
2 parents 11398dc + a676b53 commit 72688a4

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)