docs: Minor improvements

This commit is contained in:
Matthew Holt 2021-02-24 11:29:17 -07:00
parent 23e40421c0
commit caede64af5
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
2 changed files with 7 additions and 3 deletions

View file

@ -282,7 +282,7 @@ Runs Caddy and blocks indefinitely; i.e. "daemon" mode.
`--envfile` loads environment variables from the specified file.
`--resume` uses the last loaded configuration, overriding the `--config` flag (if present) if a previous config was saved. Using this flag guarantees config durability through machine reboots or process restarts. It is most useful in [API](/docs/api)-heavy deployments.
`--resume` uses the last loaded configuration that was autosaved, overriding the `--config` flag (if present). Using this flag guarantees config durability through machine reboots or process restarts. It is most useful in [API](/docs/api)-centric deployments.
`--watch` will watch the config file and automatically reload it after it changes. ⚠️ This feature is intended for use only in local development environments!