码迷,mamicode.com
首页 > Web开发 > 详细

nginx 配置websocket 400 问题

时间:2019-11-25 11:32:35      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:nginx 配置   ima   反向代理   ted   vendor   nbsp   websocket   出现   expec   

在本地调试中是正常的。配置到服务器中,有nginx反向代理,会出现websocket 400错误

技术图片

chunk-vendors.dd3a3558.js:1 WebSocket connection to ‘ws://192.168.111.20:8074/endpointChat/313/rvcnhy5n/websocket‘ failed: Error during WebSocket handshake: Unexpected response code: 400

 

需要nginx中配置 :

    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";

nginx 配置websocket 400 问题

标签:nginx 配置   ima   反向代理   ted   vendor   nbsp   websocket   出现   expec   

原文地址:https://www.cnblogs.com/forthelichking/p/11926443.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!