mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-30 05:55:47 +00:00
Fix incorrect template var
This commit is contained in:
@@ -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: " " }};
|
||||
|
Reference in New Issue
Block a user