mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-08 19:21:05 +01:00
FIX: small typo in an example using the "Referer" header
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.
This commit is contained in:
parent
0306c4a390
commit
d1b0f7c3e0
@ -2398,7 +2398,7 @@ capture request header <name> len <length>
|
|||||||
Example:
|
Example:
|
||||||
capture request header Host len 15
|
capture request header Host len 15
|
||||||
capture request header X-Forwarded-For 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
|
See also : "capture cookie", "capture response header" as well as section 8
|
||||||
about logging.
|
about logging.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user