fix: allow web container to reach Caddy admin API by adding origins

This commit is contained in:
fuomag9
2026-02-23 21:43:50 +01:00
parent 35471ec98c
commit 1cfdaa061c

View File

@@ -1,5 +1,7 @@
{
admin 0.0.0.0:2019
admin 0.0.0.0:2019 {
origins caddy:2019 localhost:2019 localhost
}
}
# Default HTTP-only site to avoid certificate errors on startup