feat(config,caddy): admin spa under /admin and memory_root for the api frontend

This commit is contained in:
hh
2026-08-28 22:14:25 +02:00
parent 566fb5e895
commit c6bf30b5af
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
handle_path /mcp/* {
reverse_proxy host.docker.internal:62991
}
handle_path /admin/* {
handle /admin/* {
reverse_proxy host.docker.internal:62992
}
handle_path /md/* {