From 298708812f24b712c1c65701c4d01ab3886dfcbe Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 1 Nov 2017 02:53:17 +0000 Subject: [PATCH] www/static/error/500.html --- www/static/{errors => error}/401.html | 0 www/static/{errors => error}/403.html | 0 www/static/{errors => error}/404.html | 0 www/static/{errors => error}/500.html | 0 www/static/error/503.html | 9 +++++++++ 5 files changed, 9 insertions(+) rename www/static/{errors => error}/401.html (100%) rename www/static/{errors => error}/403.html (100%) rename www/static/{errors => error}/404.html (100%) rename www/static/{errors => error}/500.html (100%) create mode 100644 www/static/error/503.html diff --git a/www/static/errors/401.html b/www/static/error/401.html similarity index 100% rename from www/static/errors/401.html rename to www/static/error/401.html diff --git a/www/static/errors/403.html b/www/static/error/403.html similarity index 100% rename from www/static/errors/403.html rename to www/static/error/403.html diff --git a/www/static/errors/404.html b/www/static/error/404.html similarity index 100% rename from www/static/errors/404.html rename to www/static/error/404.html diff --git a/www/static/errors/500.html b/www/static/error/500.html similarity index 100% rename from www/static/errors/500.html rename to www/static/error/500.html diff --git a/www/static/error/503.html b/www/static/error/503.html new file mode 100644 index 00000000..aaee8c3f --- /dev/null +++ b/www/static/error/503.html @@ -0,0 +1,9 @@ + + + Error 503 Service Unavailable + + +

503 Service Unavailable

+ Our apologies for the temporary inconvenience. The requested URL generated 503 "Service Unavailable" error due to overloading or maintenance of the server. + + -- 2.47.3