This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new daf6306ba8 fix url 404 in pixiu (#1320)
daf6306ba8 is described below
commit daf6306ba80d7a719eb1b81d0298e093a57d3337
Author: xuweiwei <[email protected]>
AuthorDate: Thu Aug 4 11:10:40 2022 +0800
fix url 404 in pixiu (#1320)
---
content/zh/docs3-v2/dubbo-go-pixiu/user/quickstart.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh/docs3-v2/dubbo-go-pixiu/user/quickstart.md
b/content/zh/docs3-v2/dubbo-go-pixiu/user/quickstart.md
index e86dc1e4b9..9906c32218 100755
--- a/content/zh/docs3-v2/dubbo-go-pixiu/user/quickstart.md
+++ b/content/zh/docs3-v2/dubbo-go-pixiu/user/quickstart.md
@@ -50,7 +50,7 @@ dubbo:
#### Pixiu 配置和启动
为了用例的场景,Pixiu 需要启动对应的 HTTP Listener 进行 HTTP 请求的监听,所以就会使用到
`httpconnectionmanager`。
-然后因为要将 HTTP 请求转换为 Dubbo请求,所以需要使用
`dgp.filter.http.dubboproxy`,这里我们将其`auto_resolve` 设置为true,表示开启 HTTP to Dubbo
默认转换协议(具体定义请看[附录](/zh-cn/docs/user/appendix/http-to-dubbo-default-stragety.html))。
+然后因为要将 HTTP 请求转换为 Dubbo请求,所以需要使用
`dgp.filter.http.dubboproxy`,这里我们将其`auto_resolve` 设置为true,表示开启 HTTP to Dubbo
默认转换协议(具体定义请看[附录](../appendix/http-to-dubbo-default-stragety))。
Pixiu 的具体配置如下所示