mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clarify that {{ apache_user }} (www-data) is used for NGINX too
This commit is contained in:
parent
ea9465b31e
commit
94ebca9d5b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
state: directory
|
state: directory
|
||||||
recurse: yes
|
recurse: yes
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
owner: "{{ apache_user }}"
|
owner: "{{ apache_user }}" # USED FOR NGINX TOO: 'www-data' on debuntu
|
||||||
group: "{{ apache_user }}"
|
group: "{{ apache_user }}"
|
||||||
mode: u+rw,g+r,g-w,o-rwx # '0750' turned on too many x bits
|
mode: u+rw,g+r,g-w,o-rwx # '0750' turned on too many x bits
|
||||||
#force: yes
|
#force: yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue