fix template

This commit is contained in:
Antonio J. Delgado 2022-12-08 13:54:30 +02:00
parent 181acdbba5
commit a1fe7a952c

View file

@ -36,7 +36,7 @@
{% endfor %}{% endif %} {% endfor %}{% endif %}
{% if item.docroot %} ## Vhost docroot {% if item.docroot is defined %} ## Vhost docroot
DocumentRoot "{{ item.docroot | default("/var/www/{{ item.vhostname }}") }}/" DocumentRoot "{{ item.docroot | default("/var/www/{{ item.vhostname }}") }}/"
## Directories, there should at least be a declaration for {{ item.docroot | default('/var/www/{{ item.vhostname }}') }}/ ## Directories, there should at least be a declaration for {{ item.docroot | default('/var/www/{{ item.vhostname }}') }}/