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

Commit

Permalink
fix(ssl): use intermediate security policy
Browse files Browse the repository at this point in the history
Using the intermediate SSL policy will increase
compatibility and resolve connection issues for
most clients.
  • Loading branch information
saitho committed Jan 8, 2021
1 parent c454356 commit 482f78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nginx/serverblock.https.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ http2 {% if nginx_usehttps %}ssl{% endif %}
{%- if nginx_usehttps %}
ssl_certificate {{ stackhead__certificates_project_folder }}/fullchain.pem;
ssl_certificate_key {{ stackhead__certificates_project_folder }}/privkey.pem;
include /etc/nginx/h5bp/ssl/policy_modern.conf;
include /etc/nginx/h5bp/ssl/policy_intermediate.conf;
client_max_body_size 10G;
{%- endif %}
{% endblock %}

0 comments on commit 482f78b

Please sign in to comment.