1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

nginx need group set to www-data

This commit is contained in:
Jerry Vonau 2021-07-01 01:18:12 -05:00
parent 189e8d28e1
commit 967deea724

View file

@ -87,6 +87,8 @@
state: directory
path: "{{ moodle_base }}"
owner: "{{ apache_user }}" # www-data
group: "{{ apache_user }}"
mode: u+rw,g+r,o+r # '0755' forced executable bits on files
recurse: yes
- name: Create dir {{ content_base }}/dbdata/moodle owned by {{ apache_user }}