This is an automated email from the ASF dual-hosted git repository.
baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 85563f016 docs: fix typo in real-ip.md (#12236)
85563f016 is described below
commit 85563f016c35834763376894e45908b2fb582d87
Author: xuruidong <[email protected]>
AuthorDate: Mon May 26 10:33:15 2025 +0800
docs: fix typo in real-ip.md (#12236)
---
docs/zh/latest/plugins/real-ip.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh/latest/plugins/real-ip.md
b/docs/zh/latest/plugins/real-ip.md
index 2afc69d2c..1b85b358b 100644
--- a/docs/zh/latest/plugins/real-ip.md
+++ b/docs/zh/latest/plugins/real-ip.md
@@ -33,7 +33,7 @@ description: real-ip 插件允许 Apache APISIX 通过 HTTP 请求头或 HTTP
## 描述
-`real-ip` 插件允许 APISIX 通过 HTTP 请求头或 HTTP 查询字符串中传递的 IP 地址设置客户端的真实 IP。当 APISIX
位于反向代理之后时,此功能尤其有用,因为否则代理可能会被视为请求发起客户端。
+`real-ip` 插件允许 APISIX 通过 HTTP 请求头或 HTTP 查询字符串中传递的 IP 地址设置客户端的真实 IP。当 APISIX
位于反向代理之后时,此功能尤其有用,因为在这种情况下,代理可能会被视为请求发起客户端。
该插件在功能上类似于 NGINX 的
[ngx_http_realip_module](https://nginx.org/en/docs/http/ngx_http_realip_module.html),但提供了更多的灵活性。