docker/nginx/conf/nginx.conf @@ -29,7 +29,7 @@ } # 避免actuator暴露 if ($request_uri ~ "/actuator") { if ($uri ~ "/actuator") { return 403; }