diff options
author | Andy Shinn <andys@andyshinn.as> | 2015-03-10 18:21:58 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-16 10:41:38 +0000 |
commit | 0c857465fd1158fd67381b697b4d4a046737bf1d (patch) | |
tree | 67223c69e5ff388e5a2dabfd1e3847af3504df71 /main/nginx | |
parent | 109945785a061c366d99310845faff1b51fb6ff2 (diff) | |
download | aports-0c857465fd1158fd67381b697b4d4a046737bf1d.tar.bz2 aports-0c857465fd1158fd67381b697b4d4a046737bf1d.tar.xz |
main/nginx: add stub status module
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 5f4763d1bb..e2a688b739 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -5,7 +5,7 @@ pkgname=nginx pkgver=1.6.2 _nginxrtmpver=1.1.6 -pkgrel=1 +pkgrel=2 pkgdesc="lightweight HTTP and reverse proxy server" url="http://www.nginx.org" arch="all" @@ -52,6 +52,7 @@ build() { --with-pcre-jit \ --with-http_dav_module \ --with-http_ssl_module \ + --with-http_stub_status_module \ --with-http_gzip_static_module \ --with-http_spdy_module \ --with-mail \ |