upgraded ngx_encrypted_session to 0.08.
This commit is contained in:
parent
372befff8d
commit
c89133ec7e
|
@ -548,7 +548,7 @@ mv calio-iconv-nginx-module-* iconv-nginx-module-$ver || exit 1
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
ver=0.08rc1
|
ver=0.08
|
||||||
$root/util/get-tarball "https://github.com/openresty/encrypted-session-nginx-module/tarball/v$ver" -O encrypted-session-nginx-module-$ver.tar.gz || exit 1
|
$root/util/get-tarball "https://github.com/openresty/encrypted-session-nginx-module/tarball/v$ver" -O encrypted-session-nginx-module-$ver.tar.gz || exit 1
|
||||||
tar -xzf encrypted-session-nginx-module-$ver.tar.gz || exit 1
|
tar -xzf encrypted-session-nginx-module-$ver.tar.gz || exit 1
|
||||||
mv openresty-encrypted-session-nginx-module-* encrypted-session-nginx-module-$ver || exit 1
|
mv openresty-encrypted-session-nginx-module-* encrypted-session-nginx-module-$ver || exit 1
|
||||||
|
|
Loading…
Reference in New Issue