# Caddy configuration for Captain Claude Mobile API # Add this to your main Caddyfile or run: caddy run --config /path/to/Caddyfile captain.tzzrarchitect.me { reverse_proxy localhost:3030 # Enable WebSocket support @websocket { header Connection *Upgrade* header Upgrade websocket } reverse_proxy @websocket localhost:3030 }