mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
DOC: config: add missing section hint for "guid" proxy keyword
"guid" proxy keyword added inda754b45
("MINOR: proxy: implement GUID support") was lacking the section hint in the keyword description, let's fix that. It could be backported in 3.0 withda754b45
.
This commit is contained in:
parent
cdf1d20e8a
commit
aec02320bd
@ -6953,11 +6953,16 @@ fullconn <conns>
|
|||||||
|
|
||||||
|
|
||||||
guid <string>
|
guid <string>
|
||||||
Specify a case-sensitive global unique ID for this proxy. This must be unique
|
Specify a case-sensitive global unique ID for this proxy.
|
||||||
across all haproxy configuration on every object types. Format is left
|
|
||||||
unspecified to allow the user to select its naming policy. The only
|
May be used in sections : defaults | frontend | listen | backend
|
||||||
restriction is its length which cannot be greater than 127 characters. All
|
no | yes | yes | yes
|
||||||
alphanumerical values and '.', ':', '-' and '_' characters are valid.
|
|
||||||
|
<string> must be unique across all haproxy configuration on every object
|
||||||
|
types. Format is left unspecified to allow the user to select its naming
|
||||||
|
policy. The only restriction is its length which cannot be greater than
|
||||||
|
127 characters. All alphanumerical values and '.', ':', '-' and '_'
|
||||||
|
characters are valid.
|
||||||
|
|
||||||
|
|
||||||
hash-balance-factor <factor>
|
hash-balance-factor <factor>
|
||||||
|
Loading…
Reference in New Issue
Block a user