实例:thinkphp的pathinfo解决方案设置URL_MODEL=2location / { if (!-e $request_filename){ rewrite ^/(.*)$ /index.php?s=/$1 last; }}