Exclude a PathPrefix

Hi.

Can somebody tell me how to exclude a PathPrefix from the Host rule.

I have a service deployed that should have ALL paths accessible EXCEPT any path beginning with /data/ as a PathPrefix.

It seems only possible to join Host and PathPrefix rules using && or || but I cannot see a way to EXCLUDE. Something like
Host('subdomain.domain.tld') && !PathPrefix('/data/')

Regards

Does nobody have any idea how to exclude a PathPrefix from a Host rule ???

try it PathPrefixStrip: ?

I am afraid you have to play with regular expressions of goland

Which version of traefik accepts PathPrefixStrip?
I havent found it on the whole official documentation

Diego