You need change location.
location /api/v3/users/websocket {
proxy_pass http://mattermost_proxy;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
↧
Websockets error on mattermost 3.3.0
↧