mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
docs: Various minor updates
This commit is contained in:
parent
bd97922b7f
commit
a03de998ef
3 changed files with 8 additions and 5 deletions
|
@ -8,6 +8,10 @@ Caddy is configured through an administration endpoint which can be accessed via
|
|||
|
||||
**Default address: `localhost:2019`**
|
||||
|
||||
<aside class="tip">
|
||||
If you are running untrusted code on your server (yikes 😬), make sure you protect your admin endpoint by isolating processes, patching vulnerable programs, and configuring the endpoint to bind to a permissioned unix socket instead.
|
||||
</aside>
|
||||
|
||||
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