fixing bad httpd conf syntax

This commit is contained in:
Tim Flink 2016-04-07 15:04:12 +00:00
parent 9e7af9bdad
commit 2c205e2027

View file

@ -1,6 +1,6 @@
# this is meant for proxied stuff only, hence the lack of ssl # this is meant for proxied stuff only, hence the lack of ssl
Alias {{ item.document_root }} /{{ item.name }} Alias /{{ item.name }} {{ item.document_root }}
<Directory "{{ item.document_root }}"> <Directory "{{ item.document_root }}">
Options Indexes FollowSymLinks Options Indexes FollowSymLinks