Also allow indexes to be nice.

This commit is contained in:
Kevin Fenzi 2016-04-22 22:01:19 +00:00
parent 4f7c5534a1
commit 9415d75318
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,7 @@
DocumentRoot /srv/web/codecs.fedoraproject.org
<Directory /srv/web/codecs.fedoraproject.org>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>

View file

@ -3,3 +3,15 @@
tags:
- fedora-web
- fedora-web/codecs
- name: Copy some config files for {{website}}
copy: >
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
owner=root group=root mode=0644
with_items:
- codecs.conf
notify:
- reload httpd
tags:
- fedora-web
- fedora-web/codecs