summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-03-03 13:07:14 +0100
committerDouwe Maan <douwe@gitlab.com>2015-03-04 23:20:47 +0100
commit516bcabbf42d60db2ac989dce4c7187b2a1e5de9 (patch)
treebdc504df2af875908fd77ca2ca4fc8d962870207 /public
parent2f4656b5c7e2a9b351237432e76a7b928a1684b1 (diff)
downloadgitlab-ce-516bcabbf42d60db2ac989dce4c7187b2a1e5de9.tar.gz
Increase timeout for Git-over-HTTP requests.
Diffstat (limited to 'public')
-rw-r--r--public/503.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/503.html b/public/503.html
new file mode 100644
index 00000000000..efdae0f512d
--- /dev/null
+++ b/public/503.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Page took too long to load (503)</title>
+ <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
+</head>
+<body>
+ <h1>503</h1>
+ <h3>Page took too long to load.</h3>
+ <hr/>
+ <p>Please contact your GitLab administrator if this problem persists.</p>
+</body>
+</html>