fix: Caddyfile.dev strips /api prefix before proxying to API container
handle_path /api/* rewrites the path to / before forwarding to the
Express backend, fixing 502 Bad Gateway from Caddy passing /api/health
instead of /health to the API container.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>