!397 修复actuator暴漏问题

Merge pull request !397 from 威士忌的纯度/N/A
pull/67/MERGE
若依 6 months ago committed by Gitee
commit a6bcebb62b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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

Loading…
Cancel
Save