projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1b203f
)
Revert "FIX: Ensure that log files exists in mounted directory."
author
Guo Xiang Tan
<tgx_world@hotmail.com>
Mon, 30 Oct 2017 07:55:54 +0000
(15:55 +0800)
committer
Guo Xiang Tan
<tgx_world@hotmail.com>
Mon, 30 Oct 2017 07:55:54 +0000
(15:55 +0800)
This reverts commit
e1b203f209902a599851d5666e0933b00c9a25cd
.
templates/web.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/web.template.yml
b/templates/web.template.yml
index 4e2f2f5aa886357cd83f69a075da3feddbd11ae9..8bfe6daa9fe59aa78260606a9d5d95822168938e 100644
(file)
--- 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"
@@
-264,7
+264,6
@@
run:
fi
if [[ ! -d /shared/log/rails ]]; then
mkdir -p /shared/log/rails
- touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log
chown -R discourse:www-data /shared/log/rails
fi
if [[ ! -d /shared/uploads ]]; then