copr-backend: fix access_log.conf path
This commit is contained in:
parent
dbb822036b
commit
816bd33389
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
|
||||
# setup webserver
|
||||
- name: add access_log.conf for lighttpd
|
||||
copy: src="access_log.conf" dest=/etc/lighttpd/conf.d/access_log.conf owner=root group=root mode=0644
|
||||
copy: src="lighttpd/access_log.conf" dest=/etc/lighttpd/conf.d/access_log.conf owner=root group=root mode=0644
|
||||
notify:
|
||||
- restart lighttpd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue