for example ```nginx set $root_path '/home/www/current/public'; root $root_path; ... location ~* ^/(css|img|js|flv|swf|download)/(.+)$ { root $root_path; } ```