fix 修复 spring重大bug 导致 actuator 泄漏问题
This commit is contained in:
parent
12338fc0b4
commit
4f9ceb0a80
|
|
@ -63,7 +63,7 @@ http {
|
|||
# }
|
||||
|
||||
# 限制外网访问内网 actuator 相关路径
|
||||
location ~ ^(/[^/]*)?/actuator(/.*)?$ {
|
||||
location ~ ^(/[^/]*)?/actuator.*(/.*)?$ {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue