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