From b8f79ba9fae761b706d0576e55128b09cb698de8 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Thu, 18 Jul 2019 09:11:58 -0600 Subject: [PATCH] Fix spelling of "tls_connection_policies" --- v2:-Documentation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index 8d2d534..f775f5e 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -62,7 +62,7 @@ Features which are available in Caddy Enterprise are indicated with   🏢 - [http.handlers.subroute](#httphandlerssubroute) - [http.handlers.error](#httphandlerserror) - [http/servers/errors](#httpserverserrors) - - [http/servers/tls_conn_policies](#httpserverstls_conn_policies) + - [http/servers/tls_connection_policies](#httpserverstls_connection_policies) - [tls.certificate_selection.enterprise](#tlscertificate_selectionenterprise) - [http/servers/auto_https](#httpserversauto_https) - [tls]() @@ -395,7 +395,7 @@ A map of server ID (of your choice) to its configuration object. Each server is "max_header_bytes": 0, "routes": [], "errors": {}, - "tls_conn_policies": [], + "tls_connection_policies": [], "auto_https": {}, "max_rehandles": 3, "strict_sni_host": false @@ -410,7 +410,7 @@ A map of server ID (of your choice) to its configuration object. Each server is - `max_header_bytes`: How many bytes to allow an HTTP request header to be read. - `routes`: The list of routes. - `errors`: Configures how to handle errors during HTTP requests. -- `tls_conn_policies`: List of TLS connection policies. +- `tls_connection_policies`: List of TLS connection policies. - `auto_https`: Customize or disable automatic HTTPS. - `max_rehandles`: How many rehandles to allow; prevents infinite looping. - `strict_sni_host`: If true, enforce that an HTTP Host header matches the connection's ServerName (SNI) value from the TLS handshake. Important when using TLS client authentication. @@ -1040,7 +1040,7 @@ In an error route, extra placeholders are available: ``` -#### http/servers/tls_conn_policies +#### http/servers/tls_connection_policies An ordered list of policies which specify how to complete TLS handshakes when establishing an HTTPS connection. The first matching policy will be used.