Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit 482f78b

Browse files
committed
fix(ssl): use intermediate security policy
Using the intermediate SSL policy will increase compatibility and resolve connection issues for most clients.
1 parent c454356 commit 482f78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/nginx/serverblock.https.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ http2 {% if nginx_usehttps %}ssl{% endif %}
1313
{%- if nginx_usehttps %}
1414
ssl_certificate {{ stackhead__certificates_project_folder }}/fullchain.pem;
1515
ssl_certificate_key {{ stackhead__certificates_project_folder }}/privkey.pem;
16-
include /etc/nginx/h5bp/ssl/policy_modern.conf;
16+
include /etc/nginx/h5bp/ssl/policy_intermediate.conf;
1717
client_max_body_size 10G;
1818
{%- endif %}
1919
{% endblock %}

0 commit comments

Comments
 (0)