mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
parent directory needs execute permission for nginx log files
This commit is contained in:
parent
449c0c5a27
commit
9272b34b19
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
owner: www-data
|
owner: www-data
|
||||||
group: www-data
|
group: www-data
|
||||||
mode: 0660
|
mode: 0770
|
||||||
state: directory
|
state: directory
|
||||||
with_items:
|
with_items:
|
||||||
- /var/log/apache2
|
- /var/log/apache2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue