We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4d056 commit dc34f3eCopy full SHA for dc34f3e
1 file changed
site/docs/tutorials/socketio.zh-CN.md
@@ -112,11 +112,8 @@ location / {
112
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
113
proxy_set_header Host $host;
114
proxy_pass http://127.0.0.1:7001;
115
-
116
- # http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_bind
117
```
118
119
-# proxy_bind $remote_addr transparent;
120
## 使用 `egg-socket.io`
121
122
开启 [egg-socket.io] 的项目目录结构如下:
0 commit comments