|
|
|
|
|
by rekoil
1012 days ago
|
|
Caddy is amazing, but on production machines remember to disable the unauthenticated and enabled by default JSON-based admin API bound to localhost:2019, as it can be a serious security risk in certain deployments. Put the following in your Caddyfile at the lowest scope to disable it: {
admin off
}
|
|