9b4a25799f
Replace fixed ackText with a rule-based AckProvider that picks response templates by message type and intent (translate, summary, rewrite, poster, ppt, mindmap, code, search, schedule). Pure sync, zero I/O, auto-falls back to config.ackText on any error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
23 lines
432 B
Caddyfile
23 lines
432 B
Caddyfile
{
|
|
admin off
|
|
email cynell2015@gmail.com
|
|
http_port 8090
|
|
https_port 8444
|
|
}
|
|
|
|
# g2.tkmind.cn:公网入口转发到 Studio 本机 H5 (:8081)
|
|
g2.tkmind.cn {
|
|
reverse_proxy 127.0.0.1:8081 {
|
|
header_down +X-Memind-Upstream {http.reverse_proxy.upstream.hostport}
|
|
health_uri /api/status
|
|
health_interval 10s
|
|
health_timeout 5s
|
|
health_status 200
|
|
flush_interval -1
|
|
transport http {
|
|
read_timeout 0
|
|
write_timeout 0
|
|
}
|
|
}
|
|
}
|