mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-08 08:07:10 +02:00
DOC: fix small typo in fe_id (backend instead of frontend)
Needs to be backported to 1.7 and 1.6 at least.
This commit is contained in:
parent
3b0a6d480b
commit
6e413ed1ed
@ -13182,7 +13182,7 @@ fc_reordering(<unit>) : integer
|
|||||||
|
|
||||||
fe_id : integer
|
fe_id : integer
|
||||||
Returns an integer containing the current frontend's id. It can be used in
|
Returns an integer containing the current frontend's id. It can be used in
|
||||||
backends to check from which backend it was called, or to stick all users
|
backends to check from which frontend it was called, or to stick all users
|
||||||
coming via a same frontend to the same server.
|
coming via a same frontend to the same server.
|
||||||
|
|
||||||
fe_name : string
|
fe_name : string
|
||||||
|
Loading…
Reference in New Issue
Block a user