mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
change: introduce a new patch for privileged agent process connections. (#751)
This commit is contained in:
@ -126,6 +126,13 @@ if [ "$answer" = "Y" ]; then
|
||||
echo
|
||||
fi
|
||||
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.19.3`
|
||||
if [ "$answer" = "Y" ]; then
|
||||
echo "$info_txt applying the privileged-agent-process-connections patch"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-privileged_agent_process_connections.patch || exit 1
|
||||
echo
|
||||
fi
|
||||
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.11.2`
|
||||
if [ "$answer" = "Y" ]; then
|
||||
echo "$info_txt applying the single-process-graceful-exit patch"
|
||||
|
Reference in New Issue
Block a user