Skip to content

Commit 31b7537

Browse files
committed
update haproxy custom error page, add refresh
1 parent c832d65 commit 31b7537

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/haproxy-error-pages/error-503.http

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Content-Type: text/html
77
<html>
88
<head>
99
<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">
10+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
1111
<style>
1212
.margin-20 {
1313
margin-top:20px;
@@ -17,6 +17,7 @@ Content-Type: text/html
1717
align-items: center;
1818
}
1919
</style>
20+
<meta http-equiv="refresh" content="30">
2021
</head>
2122
<body>
2223
<div class="container">

0 commit comments

Comments
 (0)