Commit d1d99b9c921b67ef0c915c7ce29440665d95aa65
1 parent
92faa283
Exists in
master
and in
11 other branches
Enable the Nginx HTTP gzip static module
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
config/software/nginx.rb
| 1 | # | 1 | # |
| 2 | # Copyright:: Copyright (c) 2012-2014 Chef Software, Inc. | 2 | # Copyright:: Copyright (c) 2012-2014 Chef Software, Inc. |
| 3 | +# Copyright:: Copyright (c) 2014 GitLab B.V. | ||
| 3 | # License:: Apache License, Version 2.0 | 4 | # License:: Apache License, Version 2.0 |
| 4 | # | 5 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); | 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| @@ -31,6 +32,7 @@ build do | @@ -31,6 +32,7 @@ build do | ||
| 31 | "--prefix=#{install_dir}/embedded", | 32 | "--prefix=#{install_dir}/embedded", |
| 32 | "--with-http_ssl_module", | 33 | "--with-http_ssl_module", |
| 33 | "--with-http_stub_status_module", | 34 | "--with-http_stub_status_module", |
| 35 | + "--with-http_gzip_static_module", | ||
| 34 | "--with-ipv6", | 36 | "--with-ipv6", |
| 35 | "--with-debug", | 37 | "--with-debug", |
| 36 | "--with-ld-opt=-L#{install_dir}/embedded/lib", | 38 | "--with-ld-opt=-L#{install_dir}/embedded/lib", |