Skip to content
Snippets Groups Projects
Commit a7ee2a8d authored by jurgenhaas's avatar jurgenhaas
Browse files

Set extended permissions for files directory so that always the apache user...

Set extended permissions for files directory so that always the apache user has read and write access
parent 4ec09c7d
No related branches found
No related tags found
No related merge requests found
......@@ -176,3 +176,6 @@
name='{{ item.db.name }}'
state='present'
with_items: '{{ drupal.domains }}'
- name: "Set Extended Permissions"
command: setfacl -dRm u:{{ apacheUser }}:rwX,g:{{ apacheUser }}:rwX,o::rX {{ webRoot }}/files
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment