Commit 5de16dee authored by Jacob Vosmaer's avatar Jacob Vosmaer

Add a custom 502 page

parent fd9a8c36
......@@ -53,5 +53,7 @@ server {
proxy_pass http://gitlab;
}
error_page 502 /502.html;
}
<!DOCTYPE html>
<html>
<head>
<title>GitLab is not responding (502)</title>
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>502</h1>
<h3>GitLab is not responding.</h3>
<hr/>
<p>Please contact your administrator if this problem persists.</p>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment