mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
tweaking httpd conf for qa-stg
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user