#### 问题描述
请求的流程是
1、先到waf服务器
2、再到出口ip的代理服务器
3、代理服务器再转发到内网的websocket端口
#### 程序代码
代理服务器上的配置如下
```
upstream123.125.53.20, server: chat.xxxx.cn, request: "GET /app/714016983e693857asdd692d95d6edwd HTTP/1.1",
代理服务器报错upstream, client: 10.x.x.x, server:
```
#### 相关配置及解决手段
- 华为云添加了3131端口安全组,现在头疼是哪里的配置可能导致无法访问
- 内网服务器监听端口3131是通的
- tcp 0 0 0.0.0.0:3131 0.0.0.0:* LISTEN
- 代理服务器访问内网的php接口
- 正常能请求到,ping也可以,curl 内网ip+端口也可以
#### 操作系统及workerman/webman等框架组件具体版本
服务器:centos7版本
workerman: