Use HTTP for default site to prevent certificate errors on startup
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
admin 0.0.0.0:2019
|
||||
}
|
||||
|
||||
{$PRIMARY_DOMAIN:caddyproxymanager.com} {
|
||||
header Strict-Transport-Security "max-age=63072000"
|
||||
respond "Caddy Proxy Manager is running" 200
|
||||
# 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user