local_certs
@@ -119,10 +120,14 @@ Customizes the named logger. The name can be passed to indicate a specific logge
- **exclude** identifies the loggers that are excluded from this log configuration. See the [JSON documentation](/docs/json/logging/logs/exclude/) for more information.
+##### `grace_period`
+Defines the grace period for shutting down HTTP servers during config reloads. If clients do not finish their requests within the grace period, the server will be forcefully terminated to allow the reload to complete and free up resources.
+
+
## TLS Options
##### `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.
+Configure automatic HTTPS. It can be disabled entirely (`off`), disable only HTTP-to-HTTPS redirects (`disable_redirects`), or be configured to automate certificates even for names which appear on manually-loaded certificates (`ignore_loaded_certs`). See the [Automatic HTTPS](/docs/automatic-https) page for more details.
##### `email`
Your email address. Mainly used when creating an ACME account with your CA, and is highly recommended in case there are problems with your certificates.
diff --git a/src/docs/markdown/command-line.md b/src/docs/markdown/command-line.md
index c100a6d..d2aa7c6 100644
--- a/src/docs/markdown/command-line.md
+++ b/src/docs/markdown/command-line.md
@@ -123,7 +123,7 @@ To adapt a Caddyfile to JSON that you can easily read and tweak manually:
caddy build-info
-Prints information provided by Go about the build (main module path, package versions, replacements).
+Prints information provided by Go about the build (main module path, package versions, module replacements).
@@ -297,6 +297,7 @@ Runs Caddy and blocks indefinitely; i.e. "daemon" mode.
caddy start
[--config <path>]
[--adapter <name>]
+ [--envfile <file>]
[--pidfile <file>]
[--watch]
diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md
index a4d8b18..77a8bdb 100644
--- a/src/docs/markdown/install.md
+++ b/src/docs/markdown/install.md
@@ -200,3 +200,12 @@ _Note: This is a community-maintained installation method._
ansible-galaxy install nvjacobo.caddy
[**View the Ansible role repository**](https://github.com/nvjacobo/caddy)
+
+
+## Scoop
+
+_Note: This is a community-maintained installation method._
+
+scoop install caddy
+
+[**View the Scoop manifest**](https://github.com/ScoopInstaller/Main/blob/master/bucket/caddy.json)