Files
memind/scripts/g2-lb.local.Caddyfile
T
John 6ee6fd64dd Add MindSpace page live edit, chat skills, and H5 deploy tooling.
Introduce page edit sessions with draft preview and patch API, chat skill picker, user memory profile, h5ApiBase resolution, voice WAV transport, and scripts for 105/g2 deployment and Plaza local dev.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 22:09:38 -07:00

11 lines
196 B
Caddyfile

# g2.tkmind.cn 本地发布:仅本机 Mac H5 (:8081),不经过 105
:8090 {
reverse_proxy 127.0.0.1:8081 {
flush_interval -1
transport http {
read_timeout 0
write_timeout 0
}
}
}