ThinkPHP5 在Nginx环境下开启伪静态

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

 

posted @ 2022-01-13 10:12  _迷途  阅读(1255)  评论(0编辑  收藏  举报