Skip to content

Instantly share code, notes, and snippets.

@floatingatoll
Forked from lloyd/error.html
Created September 10, 2012 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floatingatoll/3694622 to your computer and use it in GitHub Desktop.
Save floatingatoll/3694622 to your computer and use it in GitHub Desktop.
HTTP/1.1 500 Backend Servers Unavailable
Content-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Service Unavailable</title>
<style type="text/css">
body, p, h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
color: #b10b29;
}
</style>
</head>
<body>
<h2>Service Unavailable</h2>
<p>The service is temporarily unavailable. Please try again later.</p>
<h2>Details</h2>
<p>No backend servers are available to service requests from this load balancer.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment