mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
upgraded the nginx core to 1.9.2.
This commit is contained in:
@ -251,9 +251,12 @@ echo "$info_txt applying the pcre_conf_opt patch for nginx $ver"
|
||||
patch -p1 < $root/patches/nginx-$ver-pcre_conf_opt.patch || exit 1
|
||||
echo
|
||||
|
||||
echo "$info_txt applying the upstream_filter_finalize patch for nginx"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-upstream_filter_finalize.patch || exit 1
|
||||
echo
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.9.2`
|
||||
if [ "$answer" = "N" ]; then
|
||||
echo "$info_txt applying the upstream_filter_finalize patch for nginx"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-upstream_filter_finalize.patch || exit 1
|
||||
echo
|
||||
fi
|
||||
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.5.9`
|
||||
if [ "$answer" = "N" ]; then
|
||||
|
Reference in New Issue
Block a user