nginx 1.5 支持websocket

proxy_pass http://backend;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;

据说1.3以后就支持了 不需要编译那个tcp 模块了
firebug会看到状态是
101 Switching Protocols
posted on 2013-07-03 16:51  雨弓  阅读(1982)  评论(0编辑  收藏  举报