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