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 6794937 + f022e84 commit fb8f2c2Copy full SHA for fb8f2c2
backend/templates/_listen.conf
@@ -7,7 +7,7 @@
7
{% if certificate -%}
8
listen 443 ssl{% if http2_support %} http2{% endif %};
9
{% if ipv6 -%}
10
- listen [::]:443;
+ listen [::]:443 ssl{% if http2_support %} http2{% endif %};
11
{% else -%}
12
#listen [::]:443;
13
{% endif %}
0 commit comments