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