fix 修复 spring重大bug 导致 actuator 泄漏问题

This commit is contained in:
疯狂的狮子Li 2024-06-21 16:31:05 +08:00
parent 12338fc0b4
commit 4f9ceb0a80

View File

@ -63,7 +63,7 @@ http {
# }
# 限制外网访问内网 actuator 相关路径
location ~ ^(/[^/]*)?/actuator(/.*)?$ {
location ~ ^(/[^/]*)?/actuator.*(/.*)?$ {
return 403;
}