Docs for v2.6.3 (#296)

This commit is contained in:
Francis Lavoie 2023-02-08 17:10:09 -05:00 committed by GitHub
parent 24d9769d61
commit 7c99a9ab17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 87 additions and 23 deletions

View file

@ -8,6 +8,8 @@ Caddy is configured through an administration endpoint which can be accessed via
**Default address: `localhost:2019`**
The default address can be changed by setting the `CADDY_ADMIN` environment variable. Some installation methods may set this to something different. The address in the Caddy config always takes precedence over the default.
<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>