32 lines
565 B
Caddyfile
32 lines
565 B
Caddyfile
{
|
|
admin off
|
|
# acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
|
|
|
log {
|
|
format console
|
|
}
|
|
|
|
servers {
|
|
trusted_proxies cloudflare
|
|
client_ip_headers Cf-Connecting-Ip
|
|
}
|
|
}
|
|
|
|
<DOMAIN> {
|
|
handle /api/check_admin_key {
|
|
reverse_proxy stealth-ai-relay-convex:3210
|
|
}
|
|
|
|
handle_path /convex/* {
|
|
reverse_proxy stealth-ai-relay-convex:3210
|
|
}
|
|
|
|
handle_path /convex-http/* {
|
|
reverse_proxy stealth-ai-relay-convex:3211
|
|
}
|
|
|
|
handle {
|
|
reverse_proxy stealth-ai-relay-frontend:3000
|
|
}
|
|
}
|