mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 13:06:16 -04:00
docs: Add a few code lang labels, minor cleanup
This commit is contained in:
parent
f655da2c2e
commit
1367aebe20
3 changed files with 7 additions and 6 deletions
|
@ -142,7 +142,7 @@ transport http {
|
|||
- **tls_insecure_skip_verify** turns off security. _Do not use in production._
|
||||
- **tls_timeout** is a [duration value](/docs/conventions#durations) that specifies how long to wait for the TLS handshake to complete.
|
||||
- **tls_trusted_ca_certs** is a list of PEM files that specify CA public keys to trust when connecting to the backend.
|
||||
- **tls_server_name** sets the ServerName (SNI) to put in the ClientHello; only needed if the remote server it.
|
||||
- **tls_server_name** sets the ServerName (SNI) to put in the ClientHello; only needed if the remote server requires it.
|
||||
- **keepalive** is either `off` or a [duration value](/docs/conventions#durations) that specifies how long to keep connections open.
|
||||
- **keepalive_idle_conns** defines the maximum number of connections to keep alive.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue