diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-08-23 10:25:33 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-08-23 10:25:33 +0200 |
commit | a5c80cf6e8d7853930afb2132780b7a74f4ac24f (patch) | |
tree | f7828ddf44e2f6b3e183400e601fb581b41e81af /main | |
parent | cb80e5bfb5cf2799054a90df3e99b3dc34779125 (diff) | |
download | aports-a5c80cf6e8d7853930afb2132780b7a74f4ac24f.tar.bz2 aports-a5c80cf6e8d7853930afb2132780b7a74f4ac24f.tar.xz |
main/nginx: enable http_auth_request module
Diffstat (limited to 'main')
-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 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" \ |