mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
docs: Add link from auto_https
option to Auto HTTPS doc (#76)
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
parent
fdfd7fd5a2
commit
1de532a465
1 changed files with 1 additions and 1 deletions
|
@ -60,4 +60,4 @@ Possible options are:
|
|||
- **interval** and **burst** allows `<n>` certificate operations within `<duration>` 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`).
|
||||
- **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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue