From d9681e1791cec433f47f996109b2721aab2ce555 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 10 九月 2021 15:31:01 +0800 Subject: [PATCH] update 更新 @Cacheable 错误用法 注意事项 --- 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