From 4c9fa931d76b8b335c41abd9de2d9dab334bc08e Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 12 Apr 2013 17:14:18 -0400 Subject: nginx: Compile static gzip module Every example of nginx I have seen out there has this compiled in by default.--- Library/Formula/nginx.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 3e308bfd4..f8a59dde8 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -56,7 +56,8 @@ class Nginx < Formula "--http-fastcgi-temp-path=#{var}/run/nginx/fastcgi_temp", "--http-uwsgi-temp-path=#{var}/run/nginx/uwsgi_temp", "--http-scgi-temp-path=#{var}/run/nginx/scgi_temp", - "--http-log-path=#{var}/log/nginx" + "--http-log-path=#{var}/log/nginx", + "--with-http_gzip_static_module" ] args << passenger_config_args if build.include? 'with-passenger' -- cgit v1.2.3