SylviaBABY commented on code in PR #6886: URL: https://github.com/apache/apisix/pull/6886#discussion_r853774766
########## docs/zh/latest/plugins/real-ip.md: ########## @@ -23,27 +29,36 @@ title: real-ip ## 描述 -`real-ip` 插件用于动态改变传递到 `APISIX` 的客户端的 `IP` 和端口。 +`real-ip` 插件用于动态改变传递到 `APISIX` 的客户端的 IP 地址和端口。 -它工作方式和 `Nginx` 里 `ngx_http_realip_module` 模块一样,并且更为灵活。 +它的工作方式和 `Nginx` 中的 `ngx_http_realip_module` 模块一样,并且更加灵活。 -**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](../how-to-build.md#步骤-6-为-apache-apisix-构建-openresty) 上。** +:::info IMPORTANT + +该插件要求 `APISIX` 运行在 [APISIX-OpenResty](../how-to-build.md#步骤-6-为-apache-apisix-构建-openresty) 上。 Review Comment: ```suggestion 该插件要求 Apache APISIX 运行在 [APISIX-OpenResty](../how-to-build.md#步骤-6-为-apache-apisix-构建-openresty) 上。 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
