From: Guo Xiang Tan Date: Sun, 3 Dec 2017 15:17:17 +0000 (+0800) Subject: Update permission of nginx log files. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8fc088abf3b37b70fc62d06c25b08c2c62e9c8a7;p=discourse_docker.git Update permission of nginx log files. --- 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