fix 修复 spring重大bug 导致 actuator 泄漏问题
script/docker/nginx/conf/nginx.conf @@ -63,7 +63,7 @@ # } # 限制外网访问内网 actuator 相关路径 location ~ ^(/[^/]*)?/actuator(/.*)?$ { location ~ ^(/[^/]*)?/actuator.*(/.*)?$ { return 403; }