-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Error page not following baseurl #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ninja- what is this? |
That was an example error page(don't mind the actual error). |
@ninja- which file is this? |
/home/git/gitlab/public/*.html |
@ninja- in my local install $ cat /home/git/gitlab/public/422.html
<!DOCTYPE html>
<html>
<head>
<title>The change you wanted was rejected (422)</title>
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- This file lives in public/422.html -->
<h1>422</h1>
<div>
<h2>The change you wanted was rejected.</h2>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>
</body>
</html> |
@ninja- if you think it is not correct, please open an issue with the upstream gitlab project. |
I still think these files should be patched based on GITLAB_RELATIVE_URL_ROOT... |
Support for configuring gitlab at relative_url is supported and If you do think this is an error, you should open an issue request with On Monday 17 November 2014 03:18 PM, ninja- wrote:
|
Example error page:
Small bug...
/static.css doesn't follow baseurl, causing not found error.
The text was updated successfully, but these errors were encountered: