Hi @Law,
I apologize for the very late response. To use NGINX as a WebSocket proxy you need to specify the follow:
location / {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
Hi @Law,
I apologize for the very late response. To use NGINX as a WebSocket proxy you need to specify the follow:
location / {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}