upgraded ngx_headers_more to 0.33.

This commit is contained in:
Yichun Zhang (agentzh) 2017-11-03 16:06:42 -07:00
parent 0e4016c26d
commit 82c70515b3
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ mv openresty-rds-csv-nginx-module-* rds-csv-nginx-module-$ver || exit 1
#################################
ver=0.32
ver=0.33
$root/util/get-tarball "https://github.com/openresty/headers-more-nginx-module/tarball/v$ver" -O headers-more-nginx-module-$ver.tar.gz || exit 1
tar -xzf headers-more-nginx-module-$ver.tar.gz || exit 1
mv openresty-headers-more-nginx-module-* headers-more-nginx-module-$ver || exit 1