fix template
This commit is contained in:
parent
181acdbba5
commit
a1fe7a952c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
{% endfor %}{% endif %}
|
||||
|
||||
|
||||
{% if item.docroot %} ## Vhost docroot
|
||||
{% if item.docroot is defined %} ## Vhost docroot
|
||||
DocumentRoot "{{ item.docroot | default("/var/www/{{ item.vhostname }}") }}/"
|
||||
|
||||
## Directories, there should at least be a declaration for {{ item.docroot | default('/var/www/{{ item.vhostname }}') }}/
|
||||
|
|
Loading…
Reference in a new issue