upgraded the nginx core to 1.15.6.

This commit is contained in:
Yichun Zhang (agentzh)
2018-11-13 11:42:43 -08:00
parent 2d5699cfe5
commit b91001a87e
35 changed files with 3710 additions and 1 deletions

View File

@ -14,6 +14,8 @@ if [ ! -d nginx/.git ]; then
fi
cd nginx || exit 1
git reset --hard || exit 1
git checkout master || exit 1
git pull --force || exit 1
cd .. || exit 1