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