docs: A few minor updates / clarifications

This commit is contained in:
Matthew Holt 2020-04-22 16:31:30 -06:00
parent cc329950b8
commit 86df96a069
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
3 changed files with 9 additions and 2 deletions

View file

@ -264,7 +264,7 @@ Runs Caddy and blocks indefinitely; i.e. "daemon" mode.
`--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.
`--watch` will watch the config file and automatically reload it after it changes. ⚠️ This feature is dangerous in production! Only use it in a local development environment.
`--watch` will watch the config file and automatically reload it after it changes. ⚠️ This feature is intended for use only in local development environments!
<aside class="advice">
Do not stop the server to change configuration while running in production! That will result in downtime. (This should be obvious but you'd be surprised how many complaints we get about it.) Use the <a href="#caddy-reload">caddy reload</a> command instead.