nginx: enable stream support by default

TCP proxying should be a default feature of nginx
wip/yesman
Pascal Bach 7 years ago committed by Robin Gloster
parent 6de00c1cb2
commit ec779fb2c3
  1. 2
      pkgs/servers/http/nginx/generic.nix

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

Loading…
Cancel
Save