##// END OF EJS Templates
polymer: slim out the styles and change the flow of initialization to avoid race conditions
polymer: slim out the styles and change the flow of initialization to avoid race conditions

File last commit:

r635:17699e6f default
r714:822499e8 default
Show More
502.html
44 lines | 1.6 KiB | text/html | HtmlLexer
static: added a dummy 502 page for nginx.
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>