mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-16 11:40:28 +08:00
add artboard conf file to set allowoverrides for the artboard dir
This commit is contained in:
9
files/artboard/artboard.conf
Normal file
9
files/artboard/artboard.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
<Directory "/var/www/html/artboard">
|
||||
Options Indexes FollowSymLinks
|
||||
|
||||
AllowOverride All
|
||||
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
||||
</Directory>
|
||||
@@ -50,6 +50,10 @@
|
||||
- name: link artboard into /var/www/html
|
||||
action: file state=link src=/srv/persist/artboard path=/var/www/html/artboard
|
||||
|
||||
- name: add artboard apache conf
|
||||
action: copy src=$files/artboard/artboard.conf dest=/etc/httpd/conf.d/artboard.conf backup=True
|
||||
notify: restart httpd
|
||||
|
||||
- name: startup apache
|
||||
action: service name=httpd state=started
|
||||
|
||||
|
||||
Reference in New Issue
Block a user