aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/nginx/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index 21fb46f699..3f4576d5ca 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -5,7 +5,7 @@
pkgname=nginx
pkgver=1.8.0
_nginxrtmpver=1.1.7
-pkgrel=1
+pkgrel=2
pkgdesc="lightweight HTTP and reverse proxy server"
url="http://www.nginx.org"
arch="all"
@@ -66,6 +66,7 @@ build() {
--with-http_stub_status_module \
--with-http_gzip_static_module \
--with-http_spdy_module \
+ --with-http_auth_request_module \
--with-mail \
--with-mail_ssl_module \
--add-module="$srcdir/nginx-rtmp-module-$_nginxrtmpver" \