thinkphp5 nginx 伪静态 rewrite 配置 location /{ if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } }