mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
feature: upgrade nginx core to 1.25.1 which supports HTTP3.
This commit is contained in:
@ -674,6 +674,14 @@ echo "applying ngx_http_redis-$ver-default_port_fix.patch"
|
||||
patch -p1 < $root/patches/ngx_http_redis-$ver-default_port_fix.patch || exit 1
|
||||
echo
|
||||
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.23.0`
|
||||
if [ "$answer" = "Y" ]; then
|
||||
echo
|
||||
echo "applying ngx_http_redis-$ver-remove_content_encoding.patch"
|
||||
patch -p1 < $root/patches/ngx_http_redis-$ver-remove_content_encoding.patch || exit 1
|
||||
echo
|
||||
fi
|
||||
|
||||
cd ..
|
||||
|
||||
#################################
|
||||
|
Reference in New Issue
Block a user