tweaking httpd conf for qa-stg

This commit is contained in:
Tim Flink 2016-04-04 16:48:13 +00:00
parent c8e1fec22c
commit 8264259332

View file

@ -3,7 +3,12 @@
<VirtualHost *:80>
# Change this to the domain which points to your host.
ServerName {{ item.name }}
Options Indexes FollowSymLinks
DocumentRoot {{ item.document_root }}
<Directory "{{ item.document_root">
Options Indexes FollowSymLinks
Require all granted
</Directory>
</VirtualHost>