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"