You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2020/11/25 01:18:28 UTC

[servicecomb-docs] branch master updated: Update: 更正CommonHttpEdgeDispatcher的配置示例 (#205)

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new f16159b  Update: 更正CommonHttpEdgeDispatcher的配置示例 (#205)
f16159b is described below

commit f16159b4f9a270efec7581806061c60e5f8bf0db
Author: YangCIS <ya...@gmail.com>
AuthorDate: Wed Nov 25 09:18:18 2020 +0800

    Update: 更正CommonHttpEdgeDispatcher的配置示例 (#205)
---
 java-chassis-reference/zh_CN/docs/edge/by-servicecomb-sdk.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java-chassis-reference/zh_CN/docs/edge/by-servicecomb-sdk.md b/java-chassis-reference/zh_CN/docs/edge/by-servicecomb-sdk.md
index 4d1cc6e..60efefe 100644
--- a/java-chassis-reference/zh_CN/docs/edge/by-servicecomb-sdk.md
+++ b/java-chassis-reference/zh_CN/docs/edge/by-servicecomb-sdk.md
@@ -153,6 +153,7 @@ CommonHttpEdgeDispatcher 能够将请求转发到监听 HTTP 或者 HTTP 2 协
 servicecomb:
   http:
     dispatcher:
+      edge:
         http:
           enabled: true
           pattern: /(.*) ## 默认值,一般不需要配置