Merge pull request #1371 from offlinehacker/pkgs/nginx/ipv6_spdy

nginx: enable ipv6 and spdy
This commit is contained in:
Domen Kožar 2013-12-13 02:45:17 -08:00
commit 69e9a40b25
1 changed files with 2 additions and 0 deletions

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}"