Ah, my understanding of rewrite
was that it only worked on the actual URI, not in terms of the path on disk.
So just to confirm, I should be able to have, in the new version, the following:
*.review.jvt.me {
root /srv/www/review.jvt.me/review.jvt.me/review
rewrite {
to /{label1}/current/site{uri};
}
}
?