Files
beaver-agent/caddy/site.caddy
T

12 lines
511 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Роуты beaver. Один апстрим, префиксы не срезаются: gateway сам живёт под
# /anthropic, /mcp, /md, /api, /admin, а / ведёт в админку.
# Домен и апстрим - из env сервера (domains.env / .env), tls - забота
# серверного Caddyfile.
{$BEAVER_DOMAIN} {
import compress
reverse_proxy {$BEAVER_UPSTREAM:localhost:62990} {
# SSE и стримы ответов - без буферизации
flush_interval -1
}
}