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:
Yuansheng
2017-04-16 00:19:48 +08:00
committed by Yichun Zhang (agentzh)
parent 391709ce4d
commit 79dc3c56aa
3 changed files with 213 additions and 1 deletions

View File

@ -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