fix(penpot): asset dir permissions
nginx frontend is badly configured and runs workers with id 33 instead of the created penpot user :/ So we now allow read for all. Should be fine since nginx is serving this anyway
This commit is contained in:
parent
65c327c252
commit
bcea46ccaa
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
path: "{{ item }}"
|
||||
state: directory
|
||||
setype: "container_file_t"
|
||||
mode: "0750"
|
||||
mode: "0755"
|
||||
owner: "1001"
|
||||
group: "root"
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Reference in a new issue