nginx: enable stream support by default

TCP proxying should be a default feature of nginx

authored by Pascal Bach and committed by Robin Gloster ec779fb2 6de00c1c

+1 -1
+1 -1
pkgs/servers/http/nginx/generic.nix
··· 1 1 { stdenv, fetchurl, fetchFromGitHub, openssl, zlib, pcre, libxml2, libxslt, expat 2 2 , gd, geoip 3 - , withStream ? false 3 + , withStream ? true 4 4 , withMail ? false 5 5 , modules ? [] 6 6 , hardening ? true