add DirectoryRoot
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
7fba89687c
commit
2ded8397c2
2 changed files with 9 additions and 0 deletions
1
roles/fedora-web/ostree/files/ostree.conf
Normal file
1
roles/fedora-web/ostree/files/ostree.conf
Normal file
|
@ -0,0 +1 @@
|
|||
DocumentRoot /srv/web/ostree
|
|
@ -1,3 +1,11 @@
|
|||
- name: Copy ostree config file
|
||||
copy: ostree.conf dest=/etc/httpd/conf.d/ostree.fedoraproject.org/ostree.conf
|
||||
notify:
|
||||
- reload proxyhttpd
|
||||
tags:
|
||||
- fedora-web
|
||||
- ostree
|
||||
|
||||
- name: make ostree dir
|
||||
file: state=directory
|
||||
path=/srv/web/ostree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue