nginx代理websocket协议
以下是代码段。
location /wsapp/ {     proxy_pass http://wsbackend;     proxy_http_version 1.1;     proxy_set_header Upgrade $http_upgrade;     proxy_set_header Connection "upgrade"; }
posted on 2015-07-09 15:57  J0ker.x  阅读(839)  评论(0编辑  收藏  举报