Skip to content

Commit fb8f2c2

Browse files
authored
Merge pull request #1384 from bergi9/patch-1
Add SSL and HTTP2 into IPv6 on listen.conf
2 parents 6794937 + f022e84 commit fb8f2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/templates/_listen.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% if certificate -%}
88
listen 443 ssl{% if http2_support %} http2{% endif %};
99
{% if ipv6 -%}
10-
listen [::]:443;
10+
listen [::]:443 ssl{% if http2_support %} http2{% endif %};
1111
{% else -%}
1212
#listen [::]:443;
1313
{% endif %}

0 commit comments

Comments
 (0)