Need change
proxy_set_header Connection "Upgrade";
and add
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Host $host;
It will be works with WebSockets
Need change
proxy_set_header Connection "Upgrade";
and add
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Host $host;
It will be works with WebSockets