bugfix: applied the cache_manager_exit patch to the nginx core to fix an issue when the cache manager process is shutting down.

This commit is contained in:
Yichun Zhang (agentzh)
2013-11-04 13:08:57 -08:00
parent 95d727fd8f
commit b694456ef3
2 changed files with 23 additions and 0 deletions

View File

@ -199,6 +199,10 @@ echo "$info_txt applying the proxy_host_port_vars patch for nginx $ver"
patch -p1 < $root/patches/nginx-$ver-proxy_host_port_vars.patch || exit 1
echo
echo "$info_txt applying the cache_manager_exit patch for nginx $ver"
patch -p1 < $root/patches/nginx-$ver-cache_manager_exit.patch || exit 1
echo
rm -f *.patch || exit 1
cd .. || exit 1