From 8fc088abf3b37b70fc62d06c25b08c2c62e9c8a7 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Sun, 3 Dec 2017 23:17:17 +0800 Subject: [PATCH] Update permission of nginx log files. --- templates/web.template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web.template.yml b/templates/web.template.yml index a02039b..fffea34 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -62,7 +62,7 @@ run: # find DISCOURSE_ env vars, strip the leader, lowercase the key /usr/local/bin/ruby -e 'ENV.each{|k,v| puts "#{$1.downcase} = #{v}" if k =~ /^DISCOURSE_(.*)/}' > $conf - + - file: path: /etc/runit/1.d/enable-brotli chmod: "+x" @@ -235,7 +235,7 @@ run: compress delaycompress notifempty - create 0640 www-data www-data + create 0644 www-data www-data sharedscripts postrotate sv 1 nginx -- 2.25.1