thinkphp6.0 nginx 配置

location / {

    index index.php;
    #如果文件不存在则尝试TP解析
    if (!-e $request_filename) {
       rewrite  ^(.*)$  /index.php?s=/$1  last;
       break;
    }
}
posted @ 2019-10-22 16:20  花泪哲  阅读(4061)  评论(0编辑  收藏  举报