Skip to content
Snippets Groups Projects
Commit 275e4c3b authored by Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski
Browse files

main/nginx: enable SPDY

parent 15dad9c1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment