From 49c18dab63a609539c1f99db1853f3094143b5dd Mon Sep 17 00:00:00 2001 From: AprilWind <2100166581@qq.com> Date: 星期五, 19 七月 2024 16:44:12 +0800 Subject: [PATCH] update 优化根据表名称查询列信息 --- 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