请问下nginx的proxy_pass加截取功能在traefik如何实现

nginx代码如下:
location /web/ {
proxy_pass http://minio.mid.svc:9000/static/;
}
在rancher中的traefik如何实现呢?