change: now we use our own version of default index.html and 50x.html pages.

This commit is contained in:
Yichun Zhang (agentzh)
2016-07-14 18:47:56 -07:00
parent 961eb11536
commit bf0e5bdef0
3 changed files with 47 additions and 0 deletions

View File

@ -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