From f0bc63e02ec9cc2cf1c88b217799f822cb304897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Tue, 5 Dec 2017 23:30:51 +0100 Subject: [PATCH] Nginx: fix permissions for munin-cgi log files --- nginx/tasks/munin_vhost.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nginx/tasks/munin_vhost.yml b/nginx/tasks/munin_vhost.yml index 3ff20c09..b4145724 100644 --- a/nginx/tasks/munin_vhost.yml +++ b/nginx/tasks/munin_vhost.yml @@ -18,8 +18,9 @@ - name: Adjust rights for munin-cgi file: path: '{{ item }}' - owner: munin - group: adm + owner: www-data + group: munin + mode: "0660" with_fileglob: - /var/log/munin/munin-cgi-*