The nginx.conf was missing a location block for /ws/ paths, causing WebSocket connections to fall through to the SPA catch-all and return index.html instead of proxying to Django/Daphne. Added proper WebSocket proxy configuration with: - HTTP/1.1 upgrade headers for WebSocket protocol - 24-hour read timeout for long-lived connections - Standard proxy headers for Django 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3.2 KiB
3.2 KiB