monkeyDluffy6017 commented on code in PR #9388:
URL: https://github.com/apache/apisix/pull/9388#discussion_r1188789599


##########
docs/zh/latest/plugins/proxy-mirror.md:
##########
@@ -40,9 +40,9 @@ description: 本文介绍了 Apache APISIX proxy-mirror 插件的相关操作,
 
 | 名称 | 类型   | 必选项 | 默认值 | 有效值 | 描述                                             
                                                       |
 | ---- | ------ | ------ | ------ | ------ | 
-------------------------------------------------------------------------------------------------------
 |
-| host | string | 是   |        |        | 指定镜像服务的地址,地址中需要包含 `schema`(`http` 或 
`https`),但不能包含 `path` 部分。例如 `http://127.0.0.1:9797`。 |
-| path | string | 否   |        |        | 指定镜像请求的路径。如果不指定,则默认会使用当前路径。 |
-| path_concat_mode | string | 否   |   replace     | ["replace", "prefix"]      
 | 当指定镜像请求的路径时,设置请求路径的拼接模式。`replace` 模式将会直接使用 `path` 作为镜像请求的路径。`prefix` 模式将会使用 
`path` + `来源请求 URI` 作为镜像请求的路径。  |
+| host | string | 是   |        |        | 指定镜像服务的地址,地址中需要包含 `schema`(`http(s)` 
或 `grpc(s)`),但不能包含 `path` 部分。例如 `http://127.0.0.1:9797`。 |
+| path | string | 否   |        |        | 指定镜像请求的路径。如果不指定,则默认会使用当前路径。如果是为了镜像 
grpc 流量,这个选项不再适用。|

Review Comment:
   could you give an example about how to use grpc mirror in doc?



-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to