Commit d1d99b9c921b67ef0c915c7ce29440665d95aa65

Authored by Jacob Vosmaer
1 parent 92faa283

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 2 # Copyright:: Copyright (c) 2012-2014 Chef Software, Inc.
  3 +# Copyright:: Copyright (c) 2014 GitLab B.V.
3 4 # License:: Apache License, Version 2.0
4 5 #
5 6 # Licensed under the Apache License, Version 2.0 (the "License");
... ... @@ -31,6 +32,7 @@ build do
31 32 "--prefix=#{install_dir}/embedded",
32 33 "--with-http_ssl_module",
33 34 "--with-http_stub_status_module",
  35 + "--with-http_gzip_static_module",
34 36 "--with-ipv6",
35 37 "--with-debug",
36 38 "--with-ld-opt=-L#{install_dir}/embedded/lib",
... ...