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:
parent
12e0e9d31c
commit
e309c318c6
@ -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…
Reference in New Issue
Block a user