From 1d15dab732ff434f7f524caedce34f27875a7b0b Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 24 Sep 2023 10:03:33 +0300 Subject: [PATCH] fix endif --- templates/vhost.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/vhost.conf.j2 b/templates/vhost.conf.j2 index b8d3183..045a3df 100644 --- a/templates/vhost.conf.j2 +++ b/templates/vhost.conf.j2 @@ -217,3 +217,4 @@ ## End of custom fragment {% endif %} +{% endif %}