diff --git a/html/50x.html b/html/50x.html new file mode 100644 index 0000000..dbebd9e --- /dev/null +++ b/html/50x.html @@ -0,0 +1,21 @@ + + + +Error + + + +

An error occurred.

+

Sorry, the page you are looking for is currently unavailable.
+Please try again later.

+

If you are the system administrator of this resource then you should check +the error log for details.

+

Faithfully yours, OpenResty.

+ + diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..8527af7 --- /dev/null +++ b/html/index.html @@ -0,0 +1,23 @@ + + + +Welcome to OpenResty! + + + +

Welcome to OpenResty!

+

If you see this page, the OpenResty web platform is successfully installed and +working. Further configuration is required.

+ +

For online documentation and support please refer to +openresty.org.
+ +

Thank you for flying OpenResty.

+ + diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 623c05e..f043759 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -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