Use HTTP for default site to prevent certificate errors on startup

This commit is contained in:
fuomag9
2025-11-03 19:15:31 +01:00
parent 89950226cd
commit f05b56bf02

View File

@@ -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
}