502.html
44 lines
| 1.6 KiB
| text/html
|
HtmlLexer
r635 | <!DOCTYPE html> | |||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||||
<head> | ||||
<title>Error - 502 Bad Gateway</title> | ||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | ||||
<meta name="robots" content="index, nofollow"/> | ||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | ||||
<style>body { background:#eeeeee; }</style> | ||||
</head> | ||||
<body> | ||||
<div class="wrapper error_page"> | ||||
<div class="main-content"> | ||||
<h1> | ||||
502 Bad Gateway | <span class="error_message">Backend server is unreachable</span> | ||||
</h1> | ||||
<div class="inner-column"> | ||||
<h4>Possible Cause</h4> | ||||
<ul> | ||||
<li>The server is beeing restarted.</li> | ||||
<li>The server is overloaded.</li> | ||||
<li>The link may be incorrect.</li> | ||||
</ul> | ||||
</div> | ||||
<div class="inner-column"> | ||||
<h4>Support</h4> | ||||
<p>For support, go to <a href="https://rhodecode.com/help/" target="_blank">Support</a>. | ||||
It may be useful to include your log file; see the log file locations <a href="https://rhodecode.com/r1/enterprise/docs/admin-system-overview/">here</a>. | ||||
</p> | ||||
</div> | ||||
<div class="inner-column"> | ||||
<h4>Documentation</h4> | ||||
<p>For more information, see <a href="https://rhodecode.com/r1/enterprise/docs/">docs.rhodecode.com</a>.</p> | ||||
</div> | ||||
</div> | ||||
</div> | ||||
</body> | ||||
</html> | ||||