diff options
author | Thomas Lange <code@nerdmind.de> | 2016-10-04 19:02:13 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2016-10-04 19:02:13 +0200 |
commit | e28ea51c261bf75f3c1a546935623160879786d9 (patch) | |
tree | 70ac0b42964c15e479b8892dc2b3a0ca15069888 /customization/errorpage/503.shtml | |
download | apache-errorpage-e28ea51c261bf75f3c1a546935623160879786d9.tar.gz apache-errorpage-e28ea51c261bf75f3c1a546935623160879786d9.tar.xz apache-errorpage-e28ea51c261bf75f3c1a546935623160879786d9.zip |
Initial commit.
Diffstat (limited to 'customization/errorpage/503.shtml')
-rw-r--r-- | customization/errorpage/503.shtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/customization/errorpage/503.shtml b/customization/errorpage/503.shtml new file mode 100644 index 0000000..5c28812 --- /dev/null +++ b/customization/errorpage/503.shtml @@ -0,0 +1,5 @@ +<!--#set var="ERRORPAGE_CODE" value="503" --> +<!--#set var="ERRORPAGE_TEXT" value="Service Unavailable" --> +<!--#set var="ERRORPAGE_INFO" value="The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." --> + +<!--#include file="main.shtml" -->
\ No newline at end of file |