Commit Graph

1 Commits

Author SHA1 Message Date
kennethreitz a32b79c885 Add nginx for HTTP request buffering
- nginx handles slow client connections, freeing uvicorn workers
- Request buffering absorbs slow uploads
- Response buffering for efficient delivery
- Static files served directly by nginx with 1y cache
- Gzip compression enabled
- Keepalive connections to uvicorn

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 02:00:00 -05:00