From 640dc43bbef067491e0b19aed16c5caaedc8ce94 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期五, 19 七月 2024 17:43:47 +0800
Subject: [PATCH] !565 流程发送消息未查询用户邮箱和手机号 Merge pull request !565 from 愿丶/dev-pr

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

diff --git a/script/docker/nginx/conf/nginx.conf b/script/docker/nginx/conf/nginx.conf
index dcc4525..a6fc073 100644
--- a/script/docker/nginx/conf/nginx.conf
+++ b/script/docker/nginx/conf/nginx.conf
@@ -63,7 +63,7 @@
         # }
 
         # 闄愬埗澶栫綉璁块棶鍐呯綉 actuator 鐩稿叧璺緞
-        location ~ ^(/[^/]*)?/actuator(/.*)?$ {
+        location ~ ^(/[^/]*)?/actuator.*(/.*)?$ {
             return 403;
         }
 

--
Gitblit v1.9.3