
PHP 8.0+
nginx部署添加

根目录伪静态
location / {
    # 1. 核心防御：如果直接访问根目录，直接返回 404 状态码，不让它执行 PHP 吐出列表
    if ($request_uri ~* "^/$") {
        return 404;
    }

    # 2. 正常放行其他合法的接口和频道请求
    if (!-e $request_filename) {
        rewrite ^/(.*)$ /index.php last;
    }
}

id和tiken
1841477616|nlps3E89A025FCA69C52C966

放在file.5itv.cn/migu下免伪静态
后台地址为：https://file.5itv.cn/migu/admin.php
列表地址：https://file.5itv.cn/migu/index.php/live.m3u