mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user