docs: Add a few code lang labels, minor cleanup

This commit is contained in:
Francis Lavoie 2020-05-17 16:46:23 -04:00
parent f655da2c2e
commit 1367aebe20
No known key found for this signature in database
GPG key ID: 7D1A27F0725BE5D8
3 changed files with 7 additions and 6 deletions

View file

@ -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.