Fix incorrect template var

This commit is contained in:
Jamie Curnow 2018-11-13 20:42:10 +10:00
parent caa183c8de
commit a457a40359

View File

@ -1,5 +1,5 @@
listen 80;
{% if certificate -%}
listen 443 ssl{% if http2 %} http2{% endif %};
listen 443 ssl{% if http2_support %} http2{% endif %};
{% endif %}
server_name {{ domain_names | join: " " }};