diff --git a/doc/configuration.txt b/doc/configuration.txt index 86003f557..f1afbc9a2 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,