Skip to content

Commit a457a40

Browse files
committed
Fix incorrect template var
1 parent caa183c commit a457a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/templates/_listen.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
listen 80;
22
{% if certificate -%}
3-
listen 443 ssl{% if http2 %} http2{% endif %};
3+
listen 443 ssl{% if http2_support %} http2{% endif %};
44
{% endif %}
55
server_name {{ domain_names | join: " " }};

0 commit comments

Comments
 (0)