{ admin off # acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN} log { format console } servers { trusted_proxies cloudflare client_ip_headers Cf-Connecting-Ip } } { 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 { request_body { max_size 50MB } reverse_proxy stealth-ai-relay-frontend:3000 } }