tweaking httpd conf for qa-stg
This commit is contained in:
parent
c8e1fec22c
commit
8264259332
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,12 @@
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
# Change this to the domain which points to your host.
|
# Change this to the domain which points to your host.
|
||||||
ServerName {{ item.name }}
|
ServerName {{ item.name }}
|
||||||
Options Indexes FollowSymLinks
|
|
||||||
|
|
||||||
DocumentRoot {{ item.document_root }}
|
DocumentRoot {{ item.document_root }}
|
||||||
|
|
||||||
|
<Directory "{{ item.document_root">
|
||||||
|
Options Indexes FollowSymLinks
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue