Skip to content

Commit

Permalink
- Update to -r4 of nginx. Still 100% Unsupported!
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M. Likens <slikens@engineyard.com>
  • Loading branch information
Scott M. Likens committed Jan 28, 2011
1 parent 92782ee commit 3aad2ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookbooks/nginx/recipes/default.rb
@@ -1,13 +1,13 @@
enable_package "www-servers/nginx" do
version "0.7*"
version "0.7.65-r4"
end

package "www-servers/nginx" do
version "0.7.65-r2"
version "0.7.65-r4"
action :install
end

service "nginx" do
supports :status => true, :stop => true, :restart => true, :staus => true
action :restart
end
end

0 comments on commit 3aad2ce

Please sign in to comment.