1.如果是tp5 那么请你伪静态一下
代码如下
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}