From 6c8876a373176d01b4b79dfc7fb394a3b8a76e51 Mon Sep 17 00:00:00 2001 From: rad168 <86744795+rad168@users.noreply.github.com> Date: Wed, 7 May 2025 09:15:42 +0800 Subject: [PATCH] Update nginx.conf --- mytv/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/mytv/nginx.conf b/mytv/nginx.conf index 27805b9..f7383f8 100644 --- a/mytv/nginx.conf +++ b/mytv/nginx.conf @@ -719,7 +719,6 @@ http { if ($arg_token) { add_header Set-Cookie "token=$arg_token; Path=/"; - return 302 $uri?$args_clean; } proxy_pass http://aktv_stream.m16tv.cfd;