haproxy/examples/errorfiles
Jarno Huuskonen 16ad94adf6 MINOR: Use "500 Internal Server Error" for 500 error/status code message.
Internal Server Error is what is in RFC 2616/7231.
2017-01-11 12:44:40 +01:00
..
400.http
403.http
408.http
500.http MINOR: Use "500 Internal Server Error" for 500 error/status code message. 2017-01-11 12:44:40 +01:00
502.http
503.http
504.http
README

README

These files are default error files that can be customized
if necessary. They are complete HTTP responses, so that
everything is possible, including using redirects or setting
special headers.

They can be used with the 'errorfile' keyword like this :

    errorfile 503 /etc/haproxy/errors/503.http