fixing bad httpd conf syntax
This commit is contained in:
parent
9e7af9bdad
commit
2c205e2027
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue