location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
本文标题:nginx伪静态配置
本文链接:https://www.haomeiwen.com/subject/zgxrvdtx.html
网友评论