代码片段
3 行
if (!-e $request_filename){  
rewrite  ^(.*)$  /index.php?s=$1  last;break;
}

模块防下载。

代码片段
1 行
rewrite ^/Yourphp/Tpl/(.*).html /403.html;