From 808bb9a958bb293c69eb65bd151611855c8fe682 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期五, 10 九月 2021 16:13:57 +0800
Subject: [PATCH] update 更新关于 本地与云存储说明

---
 docker/nginx/nginx.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf
index 66ac29e..a511f35 100644
--- a/docker/nginx/nginx.conf
+++ b/docker/nginx/nginx.conf
@@ -22,6 +22,7 @@
     access_log  /var/log/nginx/access.log  main;
 
 	upstream server {
+	    ip_hash;
 		server 172.30.0.60:8080;
 		server 172.30.0.61:8080;
 	}

--
Gitblit v1.9.3