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:
parent
189e8d28e1
commit
967deea724
1 changed files with 2 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue