From 6bbf8d5d20dc0af84529275702716df582a7c3de Mon Sep 17 00:00:00 2001 From: rad168 <86744795+rad168@users.noreply.github.com> Date: Sun, 16 Mar 2025 22:10:24 +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 e9a2138..dcd4101 100644 --- a/mytv/nginx.conf +++ b/mytv/nginx.conf @@ -516,7 +516,7 @@ http { proxy_set_header Host sc2025.stream-link.org; proxy_set_header User-Agent "TiviMate/5.1.0"; proxy_set_header Referer "https://sc2025.stream-link.org/"; - proxy_redirect https://live-edge-06.stream-link.org/ http://$host:30003/; + proxy_redirect ~https?://[^/]+(/.*) http://$host:30003$1; } }