找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 404|回复: 0

[iptv信源 资源分享或寻求] 分享几个nginx缓存片段

[复制链接]
本帖最后由 corntvfengbai 于 2024-3-30 09:49 编辑

手机安装termux

设置nginx代理,此设置可以减少99%的服务器请求,各种直播软件中的地址直接指向这台手机

直播源代理
location /m3u.txt {
     proxy_pass https://直播源地址/m3u.txt;                                     proxy_cache my_cache;                                      proxy_ignore_headers "Cache-Control" "Expires" "Set-Cookie";                                                          proxy_cache_valid 200 10d;                                 proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;

                         }

这段加到http片段

proxy_cache_path /data/data/com.termux/files/usr/etc/nginx/share  levels=1:2 keys_zone=my_cache:10m max_size=10g inactive=60m use_temp_path=off;


epg代理设置
        location / {
            proxy_pass http://epg地址/diyp/;
            proxy_cache my_cache;
            proxy_ignore_headers "Cache-Control" "Expires" "Set-Cookie";
            proxy_cache_valid 200 1000m;
            proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
        }
我的恩山、我的无线 The best wifi forum is right here.
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-5-3 16:27

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表