访问 www.domain.com/file/ 的时候就会访问到本地F盘下的upload目录下的文件,而不是upload/file下的文件
location /file{ root F:/upload/; rewrite \'^/file(.*)$\' $1 break; }