修复actuator暴漏问题

pull/402/head
RuoYi 2025-03-10 11:47:59 +08:00
parent 7d611b754f
commit 3a91cb47a4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ http {
} }
# 避免actuator暴露 # 避免actuator暴露
if ($request_uri ~ "/actuator") { if ($uri ~ "/actuator") {
return 403; return 403;
} }