From: Jarno Huuskonen Date: Sat, 22 Apr 2017 08:26:50 +0000 (+0300) Subject: DOC: errloc/errorloc302/errorloc303 missing status codes. X-Git-Tag: v1.8-dev2~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=013a84fe939cf393fbcf8deb9b4504941d382777;p=thirdparty%2Fhaproxy.git DOC: errloc/errorloc302/errorloc303 missing status codes. errorloc/errorloc302/errorloc303 was missing some status codes that haproxy can generate. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 86003f5572..f1afbc9a2b 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -3160,7 +3160,8 @@ errorloc302 yes | yes | yes | yes Arguments : is the HTTP status code. Currently, HAProxy is capable of - generating codes 200, 400, 403, 408, 500, 502, 503, and 504. + generating codes 200, 400, 403, 405, 408, 429, 500, 502, 503, and + 504. it is the exact contents of the "Location" header. It may contain either a relative URI to an error page hosted on the same site, @@ -3191,7 +3192,8 @@ errorloc303 yes | yes | yes | yes Arguments : is the HTTP status code. Currently, HAProxy is capable of - generating codes 400, 403, 408, 500, 502, 503, and 504. + generating codes 200, 400, 403, 405, 408, 429, 500, 502, 503, and + 504. it is the exact contents of the "Location" header. It may contain either a relative URI to an error page hosted on the same site,