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; } }