Skip to content

Commit dc34f3e

Browse files
authored
Update socketio.zh-CN.md
跟英文版同步,去掉误被提升到标题的注释
1 parent 4a4d056 commit dc34f3e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

site/docs/tutorials/socketio.zh-CN.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,8 @@ location / {
112112
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
113113
proxy_set_header Host $host;
114114
proxy_pass http://127.0.0.1:7001;
115-
116-
# http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_bind
117115
```
118116

119-
# proxy_bind $remote_addr transparent;
120117
## 使用 `egg-socket.io`
121118

122119
开启 [egg-socket.io] 的项目目录结构如下:

0 commit comments

Comments
 (0)