Files
confdroid_haproxy/templates/errors/503_http.erb

15 lines
305 B
Plaintext
Raw Normal View History

2018-12-30 17:50:39 +01:00
HTTP/1.0 503 Service Unavailable
Cache-Control: no-cache
Connection: close
Content-Type: text/html
2021-01-04 19:09:48 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>503 Service Unavailable</title>
</head>
2021-01-04 19:17:02 +01:00
<body><h1>503 Service Unavailable</h1>
2021-01-04 19:09:48 +01:00
No server is available to handle this request.
</body></html>