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:52 UTC

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

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;