diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2014-08-30 08:07:34 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2014-08-30 08:07:34 +0000 |
commit | 18ea13502f6c52ea1da980f125c0b553b60f744d (patch) | |
tree | a57cb68326bba818025aebf48d6a301156e33fde /main/nginx | |
parent | 24b0345f0a25f9ec735bc01c49d74bbbd1a7c24f (diff) | |
download | aports-18ea13502f6c52ea1da980f125c0b553b60f744d.tar.bz2 aports-18ea13502f6c52ea1da980f125c0b553b60f744d.tar.xz |
main/nginx: enable WebDAV 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 32652deefc..12f86f2838 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -5,7 +5,7 @@ pkgname=nginx pkgver=1.6.1 _nginxrtmpver=1.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="lightweight HTTP and reverse proxy server" url="http://www.nginx.org" arch="all" @@ -50,6 +50,7 @@ build() { --group=nginx \ --with-ipv6 \ --with-pcre-jit \ + --with-http_dav_module \ --with-http_ssl_module \ --with-http_gzip_static_module \ --with-http_spdy_module \ |