From 7f2c7b234078127386c960545d18594eb3193f8f Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Sun, 16 Aug 2020 02:43:24 -0400 Subject: [PATCH] Update src/docs/markdown/caddyfile/options.md --- src/docs/markdown/caddyfile/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/options.md b/src/docs/markdown/caddyfile/options.md index 24d4b31..ef9a716 100644 --- a/src/docs/markdown/caddyfile/options.md +++ b/src/docs/markdown/caddyfile/options.md @@ -60,4 +60,4 @@ Possible options are: - **interval** and **burst** allows `` certificate operations within `` interval. - **local_certs** causes all certificates to be issued internally by default, rather than through a (public) ACME CA such as Let's Encrypt. This is useful in development environments. - **key_type** specifies the type of key to generate for TLS certificates; only change this if you have a specific need to customize it. -- **auto_https** configure automatic HTTPS. It can either disable it entirely (`off`) or disable only HTTP-to-HTTPS redirects (`disable_redirects`). Check [Automatic HTTPS](/docs/automatic-https) for details on how these options affects http/https support. +- **auto_https** configure automatic HTTPS. It can either disable it entirely (`off`) or disable only HTTP-to-HTTPS redirects (`disable_redirects`). See the [Automatic HTTPS](/docs/automatic-https) page for more details.