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

master
疯狂的狮子Li 2 years ago
parent 12338fc0b4
commit 4f9ceb0a80

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

Loading…
Cancel
Save