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.
1 parent c454356 commit 482f78bCopy full SHA for 482f78b
1 file changed
templates/nginx/serverblock.https.j2
@@ -13,7 +13,7 @@ http2 {% if nginx_usehttps %}ssl{% endif %}
13
{%- if nginx_usehttps %}
14
ssl_certificate {{ stackhead__certificates_project_folder }}/fullchain.pem;
15
ssl_certificate_key {{ stackhead__certificates_project_folder }}/privkey.pem;
16
- include /etc/nginx/h5bp/ssl/policy_modern.conf;
+ include /etc/nginx/h5bp/ssl/policy_intermediate.conf;
17
client_max_body_size 10G;
18
{%- endif %}
19
{% endblock %}
0 commit comments