nginx伪静态

if (!-e $request_filename) {
rewrite ^(.*)$ /index.php/$1 last;
break;
}

posted @ 2021-11-27 11:03  Bashuslovakia  阅读(37)  评论(0)    收藏  举报