Proxy_pass with Traefik?

I'm attempting to
Catch any request to ^(.)dev.xyz(.)
Proxy that request to {1}demo.xyz{2}

Within nginx this would be a proxy_pass does traefik support something similar?