@@ -6912,7 +6912,7 @@ errorfile <code> <file>
69126912 Arguments :
69136913 <code> is the HTTP status code. Currently, HAProxy is capable of
69146914 generating codes 200, 400, 401, 403, 404, 405, 407, 408, 410,
6915- 413, 425, 429, 500, 501, 502, 503, and 504.
6915+ 413, 414, 425, 429, 431 , 500, 501, 502, 503, and 504.
69166916
69176917 <file> designates a file containing the full HTTP response. It is
69186918 recommended to follow the common practice of appending ".http" to
@@ -6965,8 +6965,8 @@ errorfiles <name> [<code> ...]
69656965
69666966 <code> is a HTTP status code. Several status code may be listed.
69676967 Currently, HAProxy is capable of generating codes 200, 400, 401,
6968- 403, 404, 405, 407, 408, 410, 413, 425, 429, 500, 501, 502, 503 ,
6969- and 504.
6968+ 403, 404, 405, 407, 408, 410, 413, 414, 425, 429, 431, 500, 501 ,
6969+ 502, 503, and 504.
69706970
69716971 Errors defined in the http-errors section with the name <name> are imported
69726972 in the current proxy. If no status code is specified, all error files of the
@@ -6996,7 +6996,7 @@ errorloc302 <code> <url>
69966996 Arguments :
69976997 <code> is the HTTP status code. Currently, HAProxy is capable of
69986998 generating codes 200, 400, 401, 403, 404, 405, 407, 408, 410,
6999- 413, 425, 429, 500, 501, 502, 503, and 504.
6999+ 413, 414, 425, 429, 431 , 500, 501, 502, 503, and 504.
70007000
70017001 <url> it is the exact contents of the "Location" header. It may contain
70027002 either a relative URI to an error page hosted on the same site,
@@ -7032,7 +7032,7 @@ errorloc303 <code> <url>
70327032 Arguments :
70337033 <code> is the HTTP status code. Currently, HAProxy is capable of
70347034 generating codes 200, 400, 401, 403, 404, 405, 407, 408, 410,
7035- 413, 425, 429, 500, 501, 502, 503, and 504.
7035+ 413, 414, 425, 429, 431 , 500, 501, 502, 503, and 504.
70367036
70377037 <url> it is the exact contents of the "Location" header. It may contain
70387038 either a relative URI to an error page hosted on the same site,
@@ -8002,8 +8002,8 @@ http-error status <code> [content-type <type>]
80028002 Arguments :
80038003 status <code> is the HTTP status code. It must be specified.
80048004 Currently, HAProxy is capable of generating codes
8005- 200, 400, 401, 403, 404, 405, 407, 408, 410, 413, 425,
8006- 429, 500, 501, 502, 503, and 504.
8005+ 200, 400, 401, 403, 404, 405, 407, 408, 410, 413,
8006+ 414, 425, 429, 431 , 500, 501, 502, 503, and 504.
80078007
80088008 content-type <type> is the response content type, for instance
80098009 "text/plain". This parameter is ignored and should be
@@ -15530,21 +15530,22 @@ return [ status <code> ] [ content-type <type> ]
1553015530 * If "default-errorfiles" argument is set, the proxy's errorfiles are
1553115531 considered. If the "status" argument is defined, it must be one of the
1553215532 status code handled by HAProxy (200, 400, 403, 404, 405, 408, 410, 413,
15533- 425, 429, 500, 501, 502, 503, and 504). The "content-type" argument, if
15534- any, is ignored.
15533+ 414, 425, 429, 431, 500, 501, 502, 503, and 504). The "content-type"
15534+ argument, if any, is ignored.
1553515535
1553615536 * If a specific errorfile is defined, with an "errorfile" argument, the
1553715537 corresponding file, containing a full HTTP response, is returned. Only the
1553815538 "status" argument is considered. It must be one of the status code handled
15539- by HAProxy (200, 400, 403, 404, 405, 408, 410, 413, 425, 429, 500, 501,
15540- 502, 503, and 504). The "content-type" argument, if any, is ignored.
15539+ by HAProxy (200, 400, 403, 404, 405, 408, 410, 413, 414, 425, 429, 431,
15540+ 500, 501, 502, 503, and 504). The "content-type" argument, if any, is
15541+ ignored.
1554115542
1554215543 * If an http-errors section is defined, with an "errorfiles" argument, the
1554315544 corresponding file in the specified http-errors section, containing a full
1554415545 HTTP response, is returned. Only the "status" argument is considered. It
1554515546 must be one of the status code handled by HAProxy (200, 400, 403, 404, 405,
15546- 408, 410, 413, 425, 429, 500, 501, 502, 503, and 504). The "content-type"
15547- argument, if any, is ignored.
15547+ 408, 410, 413, 414, 425, 429, 431, 500, 501, 502, 503, and 504).
15548+ The "content-type" argument, if any, is ignored.
1554815549
1554915550 * If a "file" or a "lf-file" argument is specified, the file's content is
1555015551 used as the response payload. If the file is not empty, its content-type
0 commit comments