6ee6fd64dd
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>
11 lines
196 B
Caddyfile
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
|
|
}
|
|
}
|
|
}
|