nginx: enable additional compile flags

These flags can increase performance.

They are also enabled by default on Debian and Archlinux
wip/yesman
Pascal Bach 7 years ago committed by Robin Gloster
parent 12e0e9d31c
commit e309c318c6
  1. 2
      pkgs/servers/http/nginx/generic.nix

@ -39,6 +39,8 @@ stdenv.mkDerivation {
"--with-http_secure_link_module"
"--with-http_degradation_module"
"--with-http_stub_status_module"
"--with-threads"
"--with-pcre-jit"
# Install destination problems
# "--with-http_perl_module"
] ++ optional withStream "--with-stream"

Loading…
Cancel
Save