43 lines
2.4 KiB
HTML
43 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Library of Code</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<script
|
|
src="https://browser.sentry-cdn.com/6.19.1/bundle.min.js"
|
|
integrity="sha384-GRagWAKYasaEEyhq5NqRz9Hs7zZOXt+DwzY/WGbWZBkpvt5+lZxITNyU3bD7SFk5"
|
|
crossorigin="anonymous"
|
|
></script>
|
|
<script>
|
|
Sentry.init({
|
|
dsn: "https://5e09616da86344c5b5e2629d85914857@sentry.libraryofcode.org/4",
|
|
});
|
|
Sentry.setTag('hostname', window.location.hostname);
|
|
Sentry.captureException(new Error('502 BAD GATEWAY'));
|
|
function showDialog() {
|
|
Sentry.showReportDialog();
|
|
}
|
|
</script>
|
|
</head>
|
|
<body bgcolor="white">
|
|
<center><h1>502 Bad Gateway</h1></center>
|
|
<p>We received an invalid response from the upstream server.</p>
|
|
<p><i><a onclick="javascript:showDialog()" href="#">Click here to report this problem to the Department of Engineering</a></i></p>
|
|
<h2>User</h2>
|
|
<p>If you're just visiting the site, here are the steps you can take.</p>
|
|
<ol type=1>
|
|
<li>Try again in 5 minutes.</li>
|
|
<li>Contact the site owner for assistance.</li>
|
|
</ol>
|
|
<h2>Site Operator</h2>
|
|
<p>If you're the operator of this site, here are the steps you can take.</p>
|
|
<ol type=1>
|
|
<li>This code generally means our gateway received <b>CONNECTION REFUSED</b> while trying to communicate with your application, which means it's not listening on the port.</li>
|
|
<li>We could be listening on another port than the one you're using, make sure you're using the port given to you by Engineering.</li>
|
|
<li>If none of these solved your issue, please contact the Department of Engineering at <strong>engineering@libraryofcode.org</strong></li>
|
|
</ol>
|
|
<hr><center><a href="https://www.libraryofcode.org/">Library of Code sp-us</a></center>
|
|
</body>
|
|
<!--- DO NOT EDIT - GlobalSign SSL Site Seal Code - DO NOT EDIT ---><table width=125 border=0 cellspacing=0 cellpadding=0 title="Verified by: GlobalSign nv-sa" ><tr><td><span id="ss_img_wrapper_gmogs_image_110-45_en_dblue"><a href="https://www.globalsign.com/" target=_blank title="GlobalSign nv-sa" rel="nofollow"><img alt="GlobalSign nv-sa" border=0 id="ss_img" src="//seal.globalsign.com/SiteSeal/images/gs_noscript_110-45_en.gif"></a></span><script type="text/javascript" src="//seal.globalsign.com/SiteSeal/gmogs_image_110-45_en_dblue.js"></script></td></tr></table><!--- DO NOT EDIT - GlobalSign SSL Site Seal Code - DO NOT EDIT --->
|
|
</html>
|