fix: include admin origins in generated Caddy config so they survive /load
This commit is contained in:
@@ -1580,7 +1580,8 @@ async function buildCaddyDocument() {
|
||||
|
||||
return {
|
||||
admin: {
|
||||
listen: "0.0.0.0:2019"
|
||||
listen: "0.0.0.0:2019",
|
||||
origins: ["caddy:2019", "localhost:2019", "localhost"]
|
||||
},
|
||||
...loggingApp,
|
||||
apps: {
|
||||
|
||||
Reference in New Issue
Block a user