3
0
Fork 0
forked from mirrors/nixpkgs

nginx: enable ipv6 and spdy

This commit is contained in:
Jaka Hudoklin 2013-12-13 09:41:22 +01:00
parent ed9ce850fd
commit 1b019fe39f

View file

@ -40,11 +40,13 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-http_ssl_module"
"--with-http_spdy_module"
"--with-http_xslt_module"
"--with-http_sub_module"
"--with-http_dav_module"
"--with-http_gzip_static_module"
"--with-http_secure_link_module"
"--with-ipv6"
# Install destination problems
# "--with-http_perl_module"
] ++ stdenv.lib.optional rtmp "--add-module=${rtmp-ext}"