DOC: config: fix option spop-check proxy compatibility

The doc mentioned that spop-check option may only be used for backends.
However, option may be used in default and listen sections as well
according to the code. Let's fix the doc so that doc and code are
consistent to each other.

This could be backported to all stable versions.
This commit is contained in:
Aurelien DARRAGON 2023-01-12 15:06:11 +01:00 committed by Christopher Faulet
parent c07001bb56
commit f3a2ae7c63

View File

@ -4236,7 +4236,7 @@ option socket-stats (*) X X X -
option splice-auto (*) X X X X option splice-auto (*) X X X X
option splice-request (*) X X X X option splice-request (*) X X X X
option splice-response (*) X X X X option splice-response (*) X X X X
option spop-check - - - X option spop-check X - X X
option srvtcpka (*) X - X X option srvtcpka (*) X - X X
option ssl-hello-chk X - X X option ssl-hello-chk X - X X
-- keyword -------------------------- defaults - frontend - listen -- backend - -- keyword -------------------------- defaults - frontend - listen -- backend -
@ -10375,7 +10375,7 @@ no option splice-response
option spop-check option spop-check
Use SPOP health checks for server testing Use SPOP health checks for server testing
May be used in sections : defaults | frontend | listen | backend May be used in sections : defaults | frontend | listen | backend
no | no | no | yes yes | no | yes | yes
Arguments : none Arguments : none
It is possible to test that the server correctly talks SPOP protocol instead It is possible to test that the server correctly talks SPOP protocol instead