2022/11/1

nginx 反向代理 websocket连接失败

在反向代理中增加如下配置 关键配置 start proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; 关键配置 end

  • nginx springboot websocket
  • 2022/11/1
  • 651