nginx: enable additional compile flags

These flags can increase performance.

They are also enabled by default on Debian and Archlinux
This commit is contained in:
Pascal Bach 2017-08-19 23:34:19 +02:00 committed by Robin Gloster
parent 12e0e9d31c
commit e309c318c6

View File

@ -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"