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

[incubator-shenyu-website] branch main updated: Update deployment-cluster.md (#600)

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

dengliming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 54ce202c72 Update deployment-cluster.md (#600)
54ce202c72 is described below

commit 54ce202c7212dbd6890b8cfdad5c641fc80cc346
Author: Sinsy <55...@qq.com>
AuthorDate: Wed Jun 15 17:01:11 2022 +0800

    Update deployment-cluster.md (#600)
---
 .../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;