mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
docs: Remove accidental backtick (#163)
"We don't make mistakes -- we just have happy accidents." ~ Bob Ross
This commit is contained in:
parent
10f700ad19
commit
a1bc26c553
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ title: "API"
|
|||
Caddy is configured through an administration endpoint which can be accessed via HTTP using a [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API. You can [configure this endpoint](/docs/json/admin/) in your Caddy config.
|
||||
|
||||
**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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue