##// END OF EJS Templates
dependencies: Adding Bower out of nixpkgs...
dependencies: Adding Bower out of nixpkgs Usually bower would be installed globally, so it seems to be appropriate to use the one out of the nixpkgs so that we don't have to pin a specific version ourselves.

File last commit:

r635:17699e6f default
r709:a198b78f 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>