location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }
nginx伪静态
原文:https://www.cnblogs.com/CanyingV/p/14648231.html