added more fixes.

This commit is contained in:
Yichun Zhang (agentzh)
2017-08-05 16:19:45 -07:00
parent 1426d3283d
commit 967d1261cd
3 changed files with 29 additions and 8 deletions

View File

@ -528,6 +528,10 @@ mv ngx_http_redis-* redis-nginx-module-$ver || exit 1
cd redis-nginx-module-$ver
echo "applying ngx_http_redis-$ver-variables_in_redis_pass.patch"
patch -p1 < $root/patches/ngx_http_redis-$ver-variables_in_redis_pass.patch || exit 1
echo
echo "applying ngx_http_redis-$ver-default_port_fix.patch"
patch -p1 < $root/patches/ngx_http_redis-$ver-default_port_fix.patch || exit 1
echo
echo "applying ngx_http_redis-$ver-without_gzip.patch"