upgraded ngx_headers_more to 0.22.

This commit is contained in:
Yichun Zhang (agentzh) 2013-08-06 20:21:20 -07:00
parent 320c5008e4
commit 0222649b03
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ mv agentzh-rds-csv-nginx-module-* rds-csv-nginx-module-$ver || exit 1
#################################
ver=0.21
ver=0.22
$root/util/get-tarball "http://github.com/agentzh/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 agentzh-headers-more-nginx-module-* headers-more-nginx-module-$ver || exit 1