Skip to content

Commit abecd95

Browse files
Darleletcapflam
authored andcommitted
DOC: config: add missing context hint for new server and proxy keywords
To stay consistent with the work started in 54627f9 ("DOC: config: add context hint for proxy keywords") and 3d4e1e6 ("DOC: config: add context hint for server keywords"), we add missing context hint for "guid" (both proxy and server) keyword and "hash-key" server keyword that were added during 3.0 development. This may be backported in 3.0. (cherry picked from commit c157894) Signed-off-by: Christopher Faulet <[email protected]>
1 parent 1c04c95 commit abecd95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/configuration.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6955,6 +6955,8 @@ fullconn <conns>
69556955
guid <string>
69566956
Specify a case-sensitive global unique ID for this proxy.
69576957

6958+
May be used in the following contexts: tcp, http, log
6959+
69586960
May be used in sections : defaults | frontend | listen | backend
69596961
no | yes | yes | yes
69606962

@@ -17155,11 +17157,15 @@ force-tlsv13
1715517157
"ssl-default-server-options". See also "ssl-min-ver" and ssl-max-ver".
1715617158

1715717159
guid <string>
17160+
May be used in the following contexts: tcp, http, log
17161+
1715817162
Specify a case-sensitive global unique ID for this server. This must be
1715917163
unique across all haproxy configuration on every object types. See "guid"
1716017164
proxy keyword description for more information on its format.
1716117165

1716217166
hash-key <key>
17167+
May be used in the following contexts: tcp, http, log
17168+
1716317169
Specify how "hash-type consistent" node keys are computed
1716417170

1716517171
Arguments :

0 commit comments

Comments
 (0)