We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c832d65 commit 31b7537Copy full SHA for 31b7537
etc/haproxy-error-pages/error-503.http
@@ -7,7 +7,7 @@ Content-Type: text/html
7
<html>
8
<head>
9
<title>The System is currently in maintenance mode</title>
10
- <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">
11
<style>
12
.margin-20 {
13
margin-top:20px;
@@ -17,6 +17,7 @@ Content-Type: text/html
17
align-items: center;
18
}
19
</style>
20
+ <meta http-equiv="refresh" content="30">
21
</head>
22
<body>
23
<div class="container">
0 commit comments