projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b68b4
)
nginx: do not immediately start nginx
author
Grant Slater
<git@firefishy.com>
Mon, 2 Jan 2017 21:57:10 +0000
(21:57 +0000)
committer
Grant Slater
<git@firefishy.com>
Mon, 2 Jan 2017 21:57:10 +0000
(21:57 +0000)
cookbooks/nginx/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/nginx/recipes/default.rb
b/cookbooks/nginx/recipes/default.rb
index 0dbc7a730639a6fee7882265a3bf458d9d7f7aae..307c4c03c3cb377f4798d6b47df48457bed43fb3 100644
(file)
--- a/
cookbooks/nginx/recipes/default.rb
+++ b/
cookbooks/nginx/recipes/default.rb
@@
-43,7
+43,7
@@
directory "/var/cache/nginx/proxy-cache" do
end
service "nginx" do
- action [:enable
, :start
]
+ action [:enable]
supports :status => true, :restart => true, :reload => true
subscribes :restart, "template[/etc/nginx/nginx.conf]"
end