From 013a84fe939cf393fbcf8deb9b4504941d382777 Mon Sep 17 00:00:00 2001 From: Jarno Huuskonen Date: Sat, 22 Apr 2017 11:26:50 +0300 Subject: [PATCH] DOC: errloc/errorloc302/errorloc303 missing status codes. errorloc/errorloc302/errorloc303 was missing some status codes that haproxy can generate. --- doc/configuration.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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,