From 1cb262daa314eadc39c0ae85f269be48156a67b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A8=81=E5=A3=AB=E5=BF=8C=E7=9A=84=E7=BA=AF=E5=BA=A6?= Date: Fri, 7 Mar 2025 10:22:52 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dactuator=E6=9A=B4=E6=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 威士忌的纯度 --- docker/nginx/conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/conf/nginx.conf b/docker/nginx/conf/nginx.conf index eccee523..031fa434 100644 --- a/docker/nginx/conf/nginx.conf +++ b/docker/nginx/conf/nginx.conf @@ -29,7 +29,7 @@ http { } # 避免actuator暴露 - if ($request_uri ~ "/actuator") { + if ($uri ~ "/actuator") { return 403; }