upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0.

This commit is contained in:
Yichun Zhang (agentzh)
2016-02-10 18:21:04 -08:00
parent 753ef7074b
commit 5f7f678876
20 changed files with 2376 additions and 4 deletions

View File

@ -376,7 +376,7 @@ mv openresty-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
#################################
ver=0.10.0
ver=0.10.1rc0
$root/util/get-tarball "https://github.com/openresty/lua-nginx-module/tarball/v$ver" -O lua-nginx-module-$ver.tar.gz || exit 1
tar -xzf lua-nginx-module-$ver.tar.gz || exit 1
mv openresty-lua-nginx-module-* ngx_lua-$ver || exit 1