nginx 支持 websocket
在location /添加
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
本文介绍如何在Nginx中配置支持WebSocket,通过在location块中添加特定指令实现HTTP/1.1版本升级和连接升级,确保WebSocket通信正常。
nginx 支持 websocket
在location /添加
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
转载于:https://my.oschina.net/u/3025651/blog/3028150
3146
8166
1055
248
763

被折叠的 条评论
为什么被折叠?