7299128a34
Add dedicated nginx location block for /api/realtime with: - proxy_buffering off to prevent response buffering - gzip off to avoid chunked encoding issues - proxy_read_timeout 86400s for long-lived SSE connections - Connection '' instead of 'upgrade' for SSE protocol Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>