From 3a91cb47a4a78e464d00b643eec6513734635f13 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 10 Mar 2025 11:47:59 +0800 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 --- 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; }