We need to put the autoindex.conf in one level higher.
This commit is contained in:
parent
707842ea26
commit
e2057832e4
1 changed files with 9 additions and 0 deletions
|
@ -69,6 +69,15 @@
|
|||
|
||||
- name: Configure httpd dl main conf
|
||||
copy: src=httpd/dl.fedoraproject.org.conf dest=/etc/httpd/conf.d/dl.fedoraproject.org.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
|
||||
- name: Make sure apache autoindex.conf is replaced with ours
|
||||
copy: src=httpd/dl.fedoraproject.org/autoindex.conf dest=/etc/httpd/conf.d/autoindex.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
|
||||
- name: Configure httpd dl sub conf
|
||||
copy: src=httpd/dl.fedoraproject.org/ dest=/etc/httpd/conf.d/dl.fedoraproject.org/
|
||||
notify:
|
||||
- restart httpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue