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) <[email protected]>
This commit is contained in:
Yuansheng
2017-05-05 18:12:47 -07:00
committed by Yichun Zhang (agentzh)
parent 391709ce4d
commit 79dc3c56aa
3 changed files with 213 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.11.2
minor_ver=3
minor_ver=4rc0
version=$main_ver.$minor_ver
echo $version