From efc8df3deba9ad95ee6910508396b150b6500ed4 Mon Sep 17 00:00:00 2001
From: wojiushixiaobai <296015668@qq.com>
Date: Sat, 14 Jul 2018 15:17:36 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docs/distributed_02.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/distributed_02.rst b/docs/distributed_02.rst
index d0433123..72cebe10 100644
--- a/docs/distributed_02.rst
+++ b/docs/distributed_02.rst
@@ -191,7 +191,7 @@
                 # 以域名、URI、参数组合成Web缓存的Key值,Nginx根据Key值哈希,存储缓存内容到二级缓存目录内
                 proxy_cache_key $host$uri$is_args$args;
                 add_header X-Cache '$upstream_cache_status from $host';
-                proxy_pass http://59.172.105.130:78;
+                proxy_pass http://jumpserver;
                 expires 30d;
                 access_log off;
 
-- 
2.18.0