mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-19 02:29:31 -05:00
DOC/MINOR: config: Fix typo in description for ssl_bc in configuration.txt
Fix a minor typo in the description of the `ssl_bc` sample fetch method described under Section `7.3.4. Fetching samples at Layer 5` in configuration.txt. Changed `other` to `to`.
This commit is contained in:
parent
e49e9e64a2
commit
6ff043de2c
1 changed files with 1 additions and 1 deletions
|
|
@ -20628,7 +20628,7 @@ future information. Those generally include the results of SSL negotiations.
|
|||
ssl_bc : boolean
|
||||
Returns true when the back connection was made via an SSL/TLS transport
|
||||
layer and is locally deciphered. This means the outgoing connection was made
|
||||
other a server with the "ssl" option. It can be used in a tcp-check or an
|
||||
to a server with the "ssl" option. It can be used in a tcp-check or an
|
||||
http-check ruleset.
|
||||
|
||||
ssl_bc_alg_keysize : integer
|
||||
|
|
|
|||
Loading…
Reference in a new issue