fix template

This commit is contained in:
Antonio J. Delgado 2023-02-15 15:37:28 +02:00
parent fc82d80ae3
commit c7ff875c62

View file

@ -76,7 +76,7 @@
AllowOverride {{ directorymatch.allow_override | default("All") }}
Require {{ directorymatch.require | default("all granted") }}
{{ directorymatch.custom_code | default("") }}
</Directory>{% endfor %}{% endif %}
</DirectoryMatch>{% endfor %}{% endif %}
## Logging
ErrorLog "/var/log/apache2/{{ item.vhostname }}_error_ssl.log"