From 611446839fcb435f534d2ea1168a3c1980d7bd3d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico <andrea.dellamico@isti.cnr.it> Date: Sun, 1 May 2022 18:11:58 +0200 Subject: [PATCH] Missing {% endif %} --- templates/nginx-virthost.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/nginx-virthost.j2 b/templates/nginx-virthost.j2 index 73703a2..15a849e 100644 --- a/templates/nginx-virthost.j2 +++ b/templates/nginx-virthost.j2 @@ -144,6 +144,7 @@ server { {% else %} include /etc/nginx/snippets/nginx-proxy-params.conf; {% endif %} + {% endif %} {% if item.locations is defined %} {% for location in item.locations -%} @@ -319,6 +320,7 @@ server { {% else %} include /etc/nginx/snippets/nginx-proxy-params.conf; {% endif %} + {% endif %} {% if item.locations is defined %} {% for location in item.locations -%}