diff options
Diffstat (limited to 'main/nginx-lua')
-rw-r--r-- | main/nginx-lua/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/nginx-lua/APKBUILD b/main/nginx-lua/APKBUILD index 69bf952955..d902c6ceb9 100644 --- a/main/nginx-lua/APKBUILD +++ b/main/nginx-lua/APKBUILD @@ -9,7 +9,7 @@ pkgver=1.8.0 _ngx_rtmp_ver=1.1.7 _ngx_devel_kit_ver=0.2.19 _ngx_lua_ver=0.9.16 -pkgrel=2 +pkgrel=3 pkgdesc="lightweight HTTP and reverse proxy server with Lua support" url="http://www.nginx.org" arch="all" @@ -73,6 +73,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-$_ngx_rtmp_ver" \ |