Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-07 03:27:07 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-07 03:27:07 +0400
commitcb021e58314791c1c9eb8035ed01349876d246a1 (patch)
tree3bebdf541af2967e2d5096f3c5c60ac24dd03240 /public/githost_error.html
parent2ca00bdb3e07e84a87c6d480d8cb896bf6f08ca9 (diff)
repo & project access separated. critical gitolite bugfix
Diffstat (limited to 'public/githost_error.html')
-rw-r--r--public/githost_error.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/public/githost_error.html b/public/githost_error.html
new file mode 100644
index 00000000000..db17eae5569
--- /dev/null
+++ b/public/githost_error.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>We're sorry, but we cant get access to your gitosis</title>
+ <style type="text/css">
+ body { background-color: #EAEAEA; color: #666; text-align: center; font-family: arial, sans-serif; }
+ div.dialog {
+ width: 600px;
+ padding: 0 4em;
+ margin: 4em auto 0 auto;
+ }
+ h1 { font-size: 48px; color: #444; line-height: 1.5em; }
+ h2 { font-size: 24px; color: #666; line-height: 1.5em; }
+ </style>
+</head>
+
+<body>
+ <!-- This file lives in public/500.html -->
+ <div class="dialog">
+ <h1>Gitolite Error</h1>
+ <h2>We're sorry, but we cant get access to your gitolite system.</h2>
+ <h3> 1. Check 'config/gitlab.yml' for correct settings.</h3>
+ <h3> 2. Be sure web server user has access to gitolite.</h3>
+ </div>
+</body>
+</html>