DOC: errloc/errorloc302/errorloc303 missing status codes.
authorJarno Huuskonen <jarno.huuskonen@uef.fi>
Sat, 22 Apr 2017 08:26:50 +0000 (11:26 +0300)
committerWilly Tarreau <w@1wt.eu>
Sat, 22 Apr 2017 11:12:25 +0000 (13:12 +0200)
errorloc/errorloc302/errorloc303 was missing some status codes that
haproxy can generate.

doc/configuration.txt

index 86003f5..f1afbc9 100644 (file)
@@ -3160,7 +3160,8 @@ errorloc302 <code> <url>
                                  yes   |    yes   |   yes  |   yes
   Arguments :
     <code>    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.
 
     <url>     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 <code> <url>
                                  yes   |    yes   |   yes  |   yes
   Arguments :
     <code>    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.
 
     <url>     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,