]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: typo in 'redirect', 302 code meaning
authorBaptiste Assmann <bedis9@gmail.com>
Mon, 3 Aug 2015 09:42:50 +0000 (11:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Aug 2015 22:39:23 +0000 (00:39 +0200)
302 means a temprary move, not a permanent one

doc/configuration.txt

index db97cc7b97e2d62d6fa7f2cce1283f2d5882609a..c23566c991540ae5c783f2f297b7e5193d89cbcf 100644 (file)
@@ -6224,7 +6224,7 @@ redirect scheme   <sch> [code <code>] <option> [{if | unless} <condition>]
               is desired. Only codes 301, 302, 303, 307 and 308 are supported,
               with 302 used by default if no code is specified. 301 means
               "Moved permanently", and a browser may cache the Location. 302
-              means "Moved permanently" and means that the browser should not
+              means "Moved temporarily" and means that the browser should not
               cache the redirection. 303 is equivalent to 302 except that the
               browser will fetch the location with a GET method. 307 is just
               like 302 but makes it clear that the same method must be reused.