Skip to content

Commit

Permalink
Add nginx excution to nginx file to make sure when the instance goes …
Browse files Browse the repository at this point in the history
…down it boots nginx back up.
  • Loading branch information
Danish Khan committed Jun 17, 2011
1 parent d85f7d1 commit c16a848
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cookbooks/nginx/recipes/default.rb
Expand Up @@ -5,4 +5,8 @@
source "EY_Documentation.conf"
backup false
action :create
end

execute "restart nginx" do
command "/etc/init.d/nginx restart"
end

0 comments on commit c16a848

Please sign in to comment.