赞
踩
location /ws/ {
proxy_pass http://127.0.0.1:8083;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
注意:
1、keepalive 需要调大点,可以在匹配规则单独里加。
2、客户端最好做断线重连机制。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。