diff --git a/pkgs/servers/http/nginx/generic.nix b/pkgs/servers/http/nginx/generic.nix index a9d84ac144d2..472216095905 100644 --- a/pkgs/servers/http/nginx/generic.nix +++ b/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"