打开vhosts.conf,在localhost / {}里面加入下面的代码:
if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last;}
然后重启nginx。