|
|
@ -563,11 +563,11 @@ if [ "$answer" = "Y" ]; then
|
|
|
|
patch -p1 < $root/patches/nginx/$main_ver/nginx-$main_ver-stream_proxy_protocol_v2.patch || exit 1
|
|
|
|
patch -p1 < $root/patches/nginx/$main_ver/nginx-$main_ver-stream_proxy_protocol_v2.patch || exit 1
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
answer=`$root/util/ver-ge "$main_ver" 1.27.1`
|
|
|
|
#answer=`$root/util/ver-ge "$main_ver" 1.27.1`
|
|
|
|
if [ "$answer" = "Y" ]; then
|
|
|
|
#if [ "$answer" = "Y" ]; then
|
|
|
|
echo "$info_txt applying nginx-$main_ver-quic_ssl_lua_yield patch for nginx"
|
|
|
|
# echo "$info_txt applying nginx-$main_ver-quic_ssl_lua_yield patch for nginx"
|
|
|
|
patch -p1 < $root/patches/nginx/$main_ver/nginx-$main_ver-quic_ssl_lua_yield.patch || exit 1
|
|
|
|
# patch -p1 < $root/patches/nginx/$main_ver/nginx-$main_ver-quic_ssl_lua_yield.patch || exit 1
|
|
|
|
fi
|
|
|
|
#fi
|
|
|
|
|
|
|
|
|
|
|
|
cp $root/html/index.html docs/html/ || exit 1
|
|
|
|
cp $root/html/index.html docs/html/ || exit 1
|
|
|
|
cp $root/html/50x.html docs/html/ || exit 1
|
|
|
|
cp $root/html/50x.html docs/html/ || exit 1
|
|
|
|