Update nginx.conf

This commit is contained in:
rad168
2025-03-16 22:10:24 +08:00
committed by GitHub
parent fadf9df677
commit 6bbf8d5d20

View File

@@ -516,7 +516,7 @@ http {
proxy_set_header Host sc2025.stream-link.org; proxy_set_header Host sc2025.stream-link.org;
proxy_set_header User-Agent "TiviMate/5.1.0"; proxy_set_header User-Agent "TiviMate/5.1.0";
proxy_set_header Referer "https://sc2025.stream-link.org/"; 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;
} }
} }