From c7ff875c623e31bbee74e7242f2e56a6d6ee3559 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 15 Feb 2023 15:37:28 +0200 Subject: [PATCH] fix template --- templates/vhost.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vhost.conf.j2 b/templates/vhost.conf.j2 index 534be7a..a44570b 100644 --- a/templates/vhost.conf.j2 +++ b/templates/vhost.conf.j2 @@ -76,7 +76,7 @@ AllowOverride {{ directorymatch.allow_override | default("All") }} Require {{ directorymatch.require | default("all granted") }} {{ directorymatch.custom_code | default("") }} - {% endfor %}{% endif %} + {% endfor %}{% endif %} ## Logging ErrorLog "/var/log/apache2/{{ item.vhostname }}_error_ssl.log"