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