httpplayeriouzscomplayerecphpcode=dp&if=1&url=http4551041831928899shenzhen7867indexm3u8 使用nginx伪静态变为httpplayeriouzscomdpphpurl=http4551041831928899shenzhen7867indexm3u8
要将原始链接转换为经过Nginx伪静态处理的链接,您可以在Nginx配置文件中添加以下规则:
location /dp.php {
rewrite ^/dp.php?url=(.*)$ /player/ec.php?code=dp&if=1&url=$1 last;
}
然后,您可以使用以下链接进行访问:
http://player.iouzs.com/dp.php?url=http://455.104.183.192:8899/shenzhen/7867/index.m3u8
原文地址: https://www.cveoy.top/t/topic/iTlB 著作权归作者所有。请勿转载和采集!