From 4fe8b15a8f56f20c24dd365af44e14d9bfe8e9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=98=8E?= <38864787+wansxlysys@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:51:21 +0800 Subject: [PATCH] chore: fix socketio.zh-CN.md (#5315) --- site/docs/tutorials/socketio.zh-CN.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/docs/tutorials/socketio.zh-CN.md b/site/docs/tutorials/socketio.zh-CN.md index ae02aba33c..c5d0f492d6 100644 --- a/site/docs/tutorials/socketio.zh-CN.md +++ b/site/docs/tutorials/socketio.zh-CN.md @@ -115,9 +115,8 @@ location / { # http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_bind ``` -# proxy_bind $remote_addr transparent; -``` +# proxy_bind $remote_addr transparent; ## 使用 `egg-socket.io` 开启 [egg-socket.io] 的项目目录结构如下: