Files
confdroid_haproxy/templates/errors/500_http.erb
2021-01-04 19:17:02 +01:00

15 lines
271 B
Plaintext

HTTP/1.0 500 Server Error
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<!DOCTYPE html>
<html lang="en">
<head>
<title>500 Server Error</title>
</head>
<body><h1>500 Server Error</h1>
An internal server error occured.
</body></html>