We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11398dc + a676b53 commit 72688a4Copy full SHA for 72688a4
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-client-hydrogen.conf.j2
@@ -88,7 +88,7 @@ server {
88
{% if matrix_nginx_proxy_ocsp_stapling_enabled %}
89
ssl_stapling on;
90
ssl_stapling_verify on;
91
- 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;
92
{% endif %}
93
94
{% if matrix_nginx_proxy_ssl_session_tickets_off %}
0 commit comments