Skip to content

Commit

Permalink
nginx v0.100.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 8, 2012
1 parent 534ef62 commit c0b5452
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nginx/CHANGELOG.md
@@ -1,3 +1,7 @@
## v0.100.2:

* [COOK-1053] - Add :url attribute to nginx cookbook

## v0.100.0:

* [COOK-818] - add "application/json" per RFC.
Expand Down
1 change: 1 addition & 0 deletions nginx/README.md
Expand Up @@ -33,6 +33,7 @@ All node attributes are set under the `nginx` namespace.
* `worker_processes` - number of workers to spawn.
* `worker_connections` - number of connections per worker.
* `server_names_hash_bucket_size`
* `url` - URL where to download the nginx source tarball

The following attributes are set at the 'normal' node level via the `nginx::source` recipe.

Expand Down
2 changes: 1 addition & 1 deletion nginx/metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs and configures nginx"
version "0.100.0"
version "0.100.2"

recipe "nginx", "Installs nginx package and sets up configuration with Debian apache style with sites-enabled/sites-available"
recipe "nginx::source", "Installs nginx from source and sets up configuration with Debian apache style with sites-enabled/sites-available"
Expand Down

0 comments on commit c0b5452

Please sign in to comment.