From 0cb3105cea85d423d21cceeb94ef639affe5db58 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 05 七月 2024 10:12:09 +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