This commit is contained in:
Zhendong Qi
2024-08-20 18:01:00 +08:00
committed by GitHub
3 changed files with 352 additions and 0 deletions

View File

@ -541,6 +541,10 @@ echo "$info_txt applying the reuseport_close_unused_fds patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-reuseport_close_unused_fds.patch || exit 1
echo
echo "$info_txt applying the nat64-toa patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-nat64-toa.patch || exit 1
echo
cp $root/html/index.html docs/html/ || exit 1
cp $root/html/50x.html docs/html/ || exit 1