9 lines
250 B
Caddyfile
9 lines
250 B
Caddyfile
{
|
|
admin 0.0.0.0:2019
|
|
}
|
|
|
|
# Default HTTP-only site to avoid certificate errors on startup
|
|
http://{$PRIMARY_DOMAIN:caddyproxymanager.com}, http://localhost {
|
|
respond "Caddy Proxy Manager is running - configure proxy hosts via the web interface" 200
|
|
}
|