docs(deployments): 📝 Update Nginx deployment documentation with revised instructions, best practices, and configuration examples

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-09 21:06:40 -07:00
parent ab8ac46e2c
commit 7d3c0f721b

View file

@ -26,5 +26,4 @@ Domain: `ai.transquinnftw.com` — deployed via `@deployments/quinn.ai/deploy.sh
## Voice WebSocket Notes
- Binary PCM frames must not be buffered — any buffering causes audio glitches
- Voice sessions can last up to 1 hour
- The chat endpoint uses SSE with `flush_interval -1` (Caddy) / `proxy_buffering off` (nginx)