mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
Merge a274c2e00c into 347c47c784
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user