mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
feature: applied a small patch to the nginx core to add support for the "privileged agent" process which is run by the same system account as the master.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
This commit is contained in:
committed by
Yichun Zhang (agentzh)
parent
391709ce4d
commit
79dc3c56aa
@ -55,6 +55,10 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "$info_txt applying the privileged-agent-process patch"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-privileged_agent_process.patch || exit 1
|
||||
echo
|
||||
|
||||
echo "$info_txt applying the upstream-pipelining patch for nginx"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-upstream_pipelining.patch || exit 1
|
||||
echo
|
||||
|
Reference in New Issue
Block a user