admin管理员组

文章数量:1633739

    location / {
        # Redirect everything that isn't a real file to index.php
        try_files $uri $uri/ /index.php$is_args$args;
    }

默认的phpstudy站点管理没写 这段  根据 Yii2官方的 nginx 配置文件加上这段即可

本文标签: 路由入口文件NginxINDEX