mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
change: now we use our own version of default index.html and 50x.html pages.
This commit is contained in:
@ -329,6 +329,9 @@ echo "$info_txt applying the upstream_timeout_fields patch for nginx"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-upstream_timeout_fields.patch || exit 1
|
||||
echo
|
||||
|
||||
cp $root/html/index.html docs/html/ || exit 1
|
||||
cp $root/html/50x.html docs/html/ || exit 1
|
||||
|
||||
cd .. || exit 1
|
||||
|
||||
cp $root/patches/nginx-$main_ver-no_pool.patch ./nginx-no_pool.patch || exit 1
|
||||
|
Reference in New Issue
Block a user