summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 17:57:37 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 18:29:20 -0700
commitefd8491d4906d190abc5e190a2111c04b01b729b (patch)
treeca858ca36181fa37c1e81bf265c676c17cf7c088 /public
parent915c7b94558170683570f43aa6cb4dcd9fd7f936 (diff)
downloadgitlab-ce-efd8491d4906d190abc5e190a2111c04b01b729b.tar.gz
Revert "Increase timeout for Git-over-HTTP requests."
This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. Conflicts: Gemfile
Diffstat (limited to 'public')
-rw-r--r--public/503.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/public/503.html b/public/503.html
deleted file mode 100644
index efdae0f512d..00000000000
--- a/public/503.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!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>