I think you should add this part to the nginx sample configuration as the current one is not working without this: ``` map $http_upgrade $connection_upgrade { default upgrade; '' close; } ``` https://www.nginx.com/blog/websocket-nginx/