Skip to content

Commit

Permalink
docs: Update socketio.zh-CN.md (#5353)
Browse files Browse the repository at this point in the history
跟英文版同步,去掉误被提升到标题的注释。

[skip ci]
  • Loading branch information
Runtu4378 authored Sep 15, 2024
1 parent 62cd1bc commit ce4fd67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions site/docs/tutorials/socketio.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,8 @@ location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:7001;
# http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_bind
```

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

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

0 comments on commit ce4fd67

Please sign in to comment.