From 8ae76d09db8cf020cbdacfc64fee0750b9612136 Mon Sep 17 00:00:00 2001 From: Fu Yuchen <78291982+fyc09@users.noreply.github.com> Date: Wed, 3 Jul 2024 23:44:54 +0800 Subject: [PATCH] docs: fix typo (#5330) ![image](https://github.com/eggjs/egg/assets/78291982/1578bfcd-a6ab-4c3d-b5e4-bea070fc4ee7) ## Summary by CodeRabbit - **Documentation** - Updated the Chinese tutorial for Socket.IO to remove outdated configuration comments. Co-authored-by: fengmk2 --- site/docs/tutorials/socketio.zh-CN.md | 1 - 1 file changed, 1 deletion(-) diff --git a/site/docs/tutorials/socketio.zh-CN.md b/site/docs/tutorials/socketio.zh-CN.md index c5d0f492d..b394b6ea6 100644 --- a/site/docs/tutorials/socketio.zh-CN.md +++ b/site/docs/tutorials/socketio.zh-CN.md @@ -116,7 +116,6 @@ location / { # http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_bind ``` -# proxy_bind $remote_addr transparent; ## 使用 `egg-socket.io` 开启 [egg-socket.io] 的项目目录结构如下: