!397 修复actuator暴漏问题

Merge pull request !397 from 威士忌的纯度/N/A
This commit is contained in:
若依 2025-03-10 03:45:34 +00:00 committed by Gitee
commit a6bcebb62b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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