Skip to content

Commit e2a9185

Browse files
authored
NGX-806: Fix Config Dir Permissions (#31)
1 parent ca5eeee commit e2a9185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
state: directory
2424
owner: root
2525
group: root
26-
mode: "0750"
26+
mode: "0755"
2727
with_items: "{{ nginx_config_dirs }}"
2828

2929
- name: Create NGINX cache directory

0 commit comments

Comments
 (0)