nginx: enable stream support by default
TCP proxying should be a default feature of nginx
This commit is contained in:
parent
6de00c1cb2
commit
ec779fb2c3
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchurl, fetchFromGitHub, openssl, zlib, pcre, libxml2, libxslt, expat
|
{ stdenv, fetchurl, fetchFromGitHub, openssl, zlib, pcre, libxml2, libxslt, expat
|
||||||
, gd, geoip
|
, gd, geoip
|
||||||
, withStream ? false
|
, withStream ? true
|
||||||
, withMail ? false
|
, withMail ? false
|
||||||
, modules ? []
|
, modules ? []
|
||||||
, hardening ? true
|
, hardening ? true
|
||||||
|
|
Loading…
Reference in New Issue