Q:web soket 502

Error: Failed to complete negotiation with the server: Error: Bad Gateway

A:nginx.conf 添加websoket配置


# 在http上下文中增加如下配置,确保Nginx能处理正常http请求。
 map $http_upgrade $connection_upgrade {
  default upgrade;
  ''   close;
 }

A:确认配置文件代理地址是否正确

A:重启nginx

1、上面问题排查和解决完成后,重启nginx服务

文档更新时间: 2023-06-12 09:46   作者:admin