]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
FIX: small typo in an example using the "Referer" header
authorCyril Bonté <cyril.bonte@free.fr>
Mon, 26 Oct 2015 21:37:39 +0000 (22:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 27 Oct 2015 06:24:48 +0000 (07:24 +0100)
It was reported that an example was manipulating a "Referrer" header instead
of the known "Referer" one. Even if it's an example wich doesn't break things,
the typo can be fixed.

The fix should be backported in 1.4/1.5/1.6 branches.

doc/configuration.txt

index 78461f1d21ffbd80c70a2cd424891b4b0d9a44dc..73fef5e4122452c52818b25ce472e2de5a50c18d 100644 (file)
@@ -2398,7 +2398,7 @@ capture request header <name> len <length>
   Example:
         capture request header Host len 15
         capture request header X-Forwarded-For len 15
-        capture request header Referrer len 15
+        capture request header Referer len 15
 
   See also : "capture cookie", "capture response header" as well as section 8
              about logging.