chore: run make docs (#12802)

This commit is contained in:
Joshua Powers 2023-03-06 07:29:29 -07:00 committed by GitHub
parent 119a95dc72
commit 5cc55fa900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
# insecure_skip_verify = false # insecure_skip_verify = false
## Use the given name as the SNI server name on each URL ## Use the given name as the SNI server name on each URL
# tls_server_name = "" # tls_server_name = "myhost.example.org"
## TLS renegotiation method, choose from "never", "once", "freely" ## TLS renegotiation method, choose from "never", "once", "freely"
# tls_renegotiation_method = "never" # tls_renegotiation_method = "never"
@ -152,7 +152,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
## Enable/disable TLS ## Enable/disable TLS
## Set to true/false to enforce TLS being enabled/disabled. If not set, ## Set to true/false to enforce TLS being enabled/disabled. If not set,
## enable TLS only if any of the other options are specified. ## enable TLS only if any of the other options are specified.
# tls_enable = # tls_enable = true
``` ```
`urls` can contain a unix socket as well. If a different path is required `urls` can contain a unix socket as well. If a different path is required