11 lines
301 B
Caddyfile
11 lines
301 B
Caddyfile
{
|
|
admin 0.0.0.0:2019 {
|
|
origins caddy:2019 localhost:2019 localhost
|
|
}
|
|
}
|
|
|
|
# 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
|
|
}
|