deerflow2/backend/src
DanielWalnut 513332b746 feat: add nginx reversed proxy (#15)
* docs: add nginx reverse proxy documentation

Add comprehensive nginx configuration documentation to README including:
- Production deployment instructions with step-by-step setup
- Architecture diagram showing traffic routing between services
- Nginx features: unified entry point, CORS handling, SSE support
- Updated project structure with nginx.conf and service ports

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* feat: implement nginx

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-19 23:23:38 +08:00
..
agents feat: add MCP (Model Context Protocol) support 2026-01-19 18:58:13 +08:00
community feat: implement lazy sandbox and thread data initialization (#11) 2026-01-18 13:38:34 +08:00
config feat: add MCP (Model Context Protocol) support 2026-01-19 18:58:13 +08:00
gateway feat: add nginx reversed proxy (#15) 2026-01-19 23:23:38 +08:00
mcp feat: add MCP (Model Context Protocol) support 2026-01-19 18:58:13 +08:00
models style: format 2026-01-14 09:21:19 +08:00
reflection chore: use ruff to lint and auto-format 2026-01-14 09:08:20 +08:00
sandbox feat: add clarification feature (#13) 2026-01-18 19:55:36 +08:00
skills feat: add skills system for specialized agent workflows (#6) 2026-01-16 14:44:51 +08:00
tools feat: add MCP (Model Context Protocol) support 2026-01-19 18:58:13 +08:00
utils feat: add thread-safety and graceful shutdown to AioSandboxProvider (#7) 2026-01-16 22:28:19 +08:00
__init__.py chore: add an empty __init__.py 2026-01-14 07:16:27 +08:00