diff options
Diffstat (limited to 'Library/Formula/nginx.rb')
| -rw-r--r-- | Library/Formula/nginx.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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' |
