Skip to content
Snippets Groups Projects
Commit 22353807 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'nicer_502' into 'master'

Nicer 502


Former-commit-id: 197a704f
parents 7bc3659d d3c78e0d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment