Files
confdroid_haproxy/templates/errors/400_http.erb

11 lines
209 B
Plaintext
Raw Normal View History

2018-12-30 17:50:39 +01:00
HTTP/1.0 400 Bad request
Cache-Control: no-cache
Connection: close
Content-Type: text/html
2021-01-04 16:28:00 +01:00
<!DOCTYPE html>
<html><body><h1>400 Bad request</h1>
Your browser sent an invalid request.
</body></html>