Upgraded to v1 via docker. Now have "Connection Lost" issue on UI

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

3 Likes