nginx: enable stream support by default

TCP proxying should be a default feature of nginx
This commit is contained in:
Pascal Bach 2017-08-19 23:38:17 +02:00 committed by Robin Gloster
parent 6de00c1cb2
commit ec779fb2c3

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, fetchFromGitHub, openssl, zlib, pcre, libxml2, libxslt, expat
, gd, geoip
, withStream ? false
, withStream ? true
, withMail ? false
, modules ? []
, hardening ? true