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:
b3d252a
)
clean up indenting
author
Sam
<sam.saffron@gmail.com>
Fri, 26 Jun 2015 03:44:50 +0000
(13:44 +1000)
committer
Sam
<sam.saffron@gmail.com>
Fri, 26 Jun 2015 03:44:50 +0000
(13:44 +1000)
templates/web.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/web.template.yml
b/templates/web.template.yml
index 2ff14832587da2f9d4d71cfb6934faec260cafbd..b23aaaba9f75793dad2446a0d674398cde5e7012 100644
(file)
--- a/
templates/web.template.yml
+++ b/
templates/web.template.yml
@@
-34,12
+34,13
@@
run:
/usr/local/bin/ruby -e 'ENV.each{|k,v| puts "#{$1.downcase} = #{v}" if k =~ /^DISCOURSE_(.*)/}' > $conf
- file:
-
path: /etc/runit/1.d/ensure-web-nginx-read
-
chmod: "+x"
-
contents: |
+ path: /etc/runit/1.d/ensure-web-nginx-read
+ chmod: "+x"
+ contents: |
#!/bin/bash
chgrp -R www-data /var/log/nginx
chgrp www-data /var/log/nginx
+
- file:
path: /etc/service/unicorn/run
chmod: "+x"