You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by im...@apache.org on 2022/06/15 04:48:51 UTC

[incubator-shenyu-website] branch impactCn-patch-1 created (now c903fbbcbb)

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

impactcn pushed a change to branch impactCn-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git


      at c903fbbcbb Update deployment-cluster.md

This branch includes the following new commits:

     new c903fbbcbb Update deployment-cluster.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-shenyu-website] 01/01: Update deployment-cluster.md

Posted by im...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

impactcn pushed a commit to branch impactCn-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git

commit c903fbbcbbe1afd2fe4633a96333bf6cd20bf8ec
Author: Sinsy <55...@qq.com>
AuthorDate: Wed Jun 15 12:48:47 2022 +0800

    Update deployment-cluster.md
---
 .../current/deployment/deployment-cluster.md                           | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md
index 6a9337ebea..1d9a009429 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md
@@ -63,10 +63,9 @@ upstream shenyu_gateway_cluster {
   server 10.1.1.1:9195 max_fails=3 fail_timeout=10s weight=50;
   server 10.1.1.2:9195 max_fails=3 fail_timeout=10s weight=50;
 }
-```
 
-```conf
 server {
+  listen 9195;
   location / {
 		proxy_pass http://shenyu_gateway_cluster;
 		proxy_set_header HOST $host;