diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-05-06 16:42:54 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-05-06 16:43:04 +0200 |
commit | 275e4c3b9d30398088c7841820e2246a2bddd50d (patch) | |
tree | 52bd5b6f84494b7301a7d773dd7986826a2973c1 /main/nginx | |
parent | 15dad9c1ed76ddff50f514f98973ed7c88f6b41c (diff) | |
download | aports-275e4c3b9d30398088c7841820e2246a2bddd50d.tar.bz2 aports-275e4c3b9d30398088c7841820e2246a2bddd50d.tar.xz |
main/nginx: enable SPDY
Diffstat (limited to 'main/nginx')
-rw-r--r-- | main/nginx/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index bdce6d797f..ec0a2631fd 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -4,7 +4,7 @@ pkgname=nginx pkgver=1.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="lightweight HTTP and reverse proxy server" url="http://www.nginx.org" arch="all" @@ -39,6 +39,7 @@ build() { --with-ipv6 --with-pcre-jit \ --with-http_ssl_module \ --with-http_gzip_static_module \ + --with-http_spdy_module \ --with-mail --with-mail_ssl_module \ || return 1 make || return 1 |