mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
docs: Add tips for permissions errors in tutorials; explain durability
This commit is contained in:
parent
fdabe3dde2
commit
d3a35d67e8
3 changed files with 14 additions and 1 deletions
|
@ -8,7 +8,7 @@ Caddy is configured through an administration endpoint which can be accessed via
|
|||
|
||||
**Default address: `localhost:2019`**
|
||||
|
||||
The latest configuration will be saved to disk after any changes (unless [disabled](/docs/json/admin/config/)). You can resume the last working config after a restart with [`caddy run --resume`](/docs/command-line#caddy-run).
|
||||
The latest configuration will be saved to disk after any changes (unless [disabled](/docs/json/admin/config/)). You can resume the last working config after a restart with [`caddy run --resume`](/docs/command-line#caddy-run), which guarantees config durability in the event of a power cycle or similar.
|
||||
|
||||
To get started with the API, try our [API tutorial](/docs/api-tutorial) or, if you only have a minute, our [API quick-start guide](/docs/quick-starts/api).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue