Those are my two nginx rules :
rewrite ^(/v1/foobar)(.*)$ /final$2 permanent; rewrite ^(/v1/foobar-tow)(.*)$ /final$2 permanent;
I expect tha