Skip to content

Commit 1c04c95

Browse files
Darleletcapflam
authored andcommitted
DOC: config: add missing section hint for "guid" proxy keyword
"guid" proxy keyword added in da754b4 ("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 with da754b4. (cherry picked from commit aec0232) Signed-off-by: Christopher Faulet <[email protected]>
1 parent 56373d1 commit 1c04c95

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

doc/configuration.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6953,11 +6953,16 @@ fullconn <conns>
69536953

69546954

69556955
guid <string>
6956-
Specify a case-sensitive global unique ID for this proxy. This must be unique
6957-
across all haproxy configuration on every object types. Format is left
6958-
unspecified to allow the user to select its naming policy. The only
6959-
restriction is its length which cannot be greater than 127 characters. All
6960-
alphanumerical values and '.', ':', '-' and '_' characters are valid.
6956+
Specify a case-sensitive global unique ID for this proxy.
6957+
6958+
May be used in sections : defaults | frontend | listen | backend
6959+
no | yes | yes | yes
6960+
6961+
<string> must be unique across all haproxy configuration on every object
6962+
types. Format is left unspecified to allow the user to select its naming
6963+
policy. The only restriction is its length which cannot be greater than
6964+
127 characters. All alphanumerical values and '.', ':', '-' and '_'
6965+
characters are valid.
69616966

69626967

69636968
hash-balance-factor <factor>

0 commit comments

Comments
 (0)