arthur-zhang commented on a change in pull request #5044:
URL: https://github.com/apache/apisix/pull/5044#discussion_r713539579



##########
File path: docs/zh/latest/admin-api.md
##########
@@ -560,7 +560,7 @@ APISIX 的 Upstream 除了基本的负载均衡算法选择外,还支持对上
 | desc           | 可选                               | 辅助           | 
上游服务描述、使用场景等。                                                                   
                                                                                
                                                                                
                                                                                
               |                                                  |
 | pass_host      | 可选                               | 枚举           | 请求发给上游时的 
host 设置选型。 [`pass`,`node`,`rewrite`] 之一,默认是`pass`。`pass`: 将客户端的 host 透传给上游; 
`node`: 使用 `upstream`  node 中配置的 host; `rewrite`: 使用配置项 `upstream_host` 的值。     
                                                                                
                                                                                
   |                                                  |
 | upstream_host  | 可选                               | 辅助           | 指定上游请求的 
host,只在 `pass_host` 配置为 `rewrite` 时有效。                                          
                                                                                
                                                                                
                                                                                
                        |                                                  |
-| scheme         | 可选                               | 辅助           | 跟上游通信时使用的 
scheme。需要是 ['http', 'https', 'grpc', 'grpcs'] 其中的一个,默认是 'http'。                 
                                                                                
                                                                                
                                                                           |
+| scheme         | 可选                               | 辅助           | 跟上游通信时使用的 
scheme。需要是 ['http', 'https', 'http_auto' ,'grpc', 'grpcs'] 其中的一个,默认是 'http'。 
`http_auto`:跟随请求的协议与上游通讯                                                        
                                                                                
                                |

Review comment:
       `'http_auto', 'grpc'`




-- 
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]


Reply via email to