Quantcast
Channel: Mattermost Discussion Forums - Latest posts
Viewing all articles
Browse latest Browse all 27723

Docker Mattermost / NGINX Websocket Error 400

$
0
0

Fixed by adding ^~

location ^~ /api/v3/ {
proxy_pass http://192.168.0.5:33000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
}


Viewing all articles
Browse latest Browse all 27723

Latest Images

Trending Articles



Latest Images