mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-11 05:54:39 +00:00
3f49b30284
It is now possible to read error messages from local files, using the 'errorfile' keyword. Those files are read during parsing, so there's no I/O involved. They make it possible to return custom error messages with custom status and headers.
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
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
|
|
|