mirror of
https://github.com/caddyserver/website.git
synced 2025-05-07 04:07:13 -04:00
adding 'off' case
This commit is contained in:
parent
8f16ae8db5
commit
93e442150b
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`). If you choose `disable_redirects` port :80 won't be open unless a rule explicitelly listens to it on ingress.
|
||||
- **auto_https** configure automatic HTTPS. It can either disable it entirely (`off`) or disable only HTTP-to-HTTPS redirects (`disable_redirects`). If you choose `disable_redirects` or `off`, port :80 won't be open unless a rule explicitelly listens to it on ingress, for example, with `mysite.org:80`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue