Skip to content

Commit 125eff1

Browse files
committed
Updated to newest version
1 parent 2832acb commit 125eff1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,15 @@ multiple nginx apps, you can extract them into a common config file, eg.
8282
### LINKS
8383

8484
[Tuning Nginx for Best Performance][nginx_best_performance]
85+
8586
[Serving small static files][nginx_small_static]
8687

88+
[nginx for high traffic loads][nginx_high_traffic]
89+
8790
[1]: https://github.com/gchef/apt-cookbook
8891
[2]: http://rainbows.rubyforge.org/
8992
[3]: http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive
9093
[4]: http://spin.atomicobject.com/2012/02/28/load-balancing-and-reverse-proxying-with-nginx
9194
[nginx_best_performance]: http://dak1n1.com/blog/12-nginx-performance-tuning
9295
[nginx_small_static]: http://nbonvin.wordpress.com/2011/03/24/serving-small-static-files-which-server-to-use/
96+
[nginx_high_traffic]: http://blog.martinfjordvald.com/2011/04/optimizing-nginx-for-high-traffic-loads/

attributes/default.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
default[:nginx][:version] = "1.2.7"
1+
default[:nginx][:version] = "1.4.1"
22
default[:nginx][:apt_packages] = %w[nginx-common nginx-full nginx]
33

44
default[:nginx][:dir] = "/etc/nginx"

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email "[email protected]"
44
license "Apache 2.0"
55
description "Installs and configures nginx"
6-
version "2.8.2"
6+
version "2.9.0"
77

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

0 commit comments

Comments
 (0)