From 6cf61483b9c6de9bb1f763115edb0eac427df394 Mon Sep 17 00:00:00 2001 From: rad168 <86744795+rad168@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:44:01 +0800 Subject: [PATCH] Update nginx.conf --- mytv/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mytv/nginx.conf b/mytv/nginx.conf index 757f765..280dbe0 100644 --- a/mytv/nginx.conf +++ b/mytv/nginx.conf @@ -89,7 +89,7 @@ http { # 针对 .ts 和 .aac 文件的特殊缓存设置 location ~* \.(ts|aac)$ { - proxy_pass https://cdn.1689.us.kg; # 替换为您的源站地址 + proxy_pass https://cdn.132.us.kg; # 替换为您的源站地址 proxy_cache_valid 200 206 60s; # 缓存 .ts 文件 60 秒 expires 60s; # 设置浏览器端缓存 60 秒 }