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 caa183c commit a457a40Copy full SHA for a457a40
src/backend/templates/_listen.conf
@@ -1,5 +1,5 @@
1
listen 80;
2
{% if certificate -%}
3
- listen 443 ssl{% if http2 %} http2{% endif %};
+ listen 443 ssl{% if http2_support %} http2{% endif %};
4
{% endif %}
5
server_name {{ domain_names | join: " " }};
0 commit comments