Skip to content

Commit

Permalink
update haproxy custom error page, add refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Sep 12, 2015
1 parent c832d65 commit 31b7537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/haproxy-error-pages/error-503.http
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Content-Type: text/html
<html>
<head>
<title>The System is currently in maintenance mode</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<style>
.margin-20 {
margin-top:20px;
Expand All @@ -17,6 +17,7 @@ Content-Type: text/html
align-items: center;
}
</style>
<meta http-equiv="refresh" content="30">
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 31b7537

Please sign in to comment.