Update nginx.conf

This commit is contained in:
rad168
2025-05-07 09:15:42 +08:00
committed by GitHub
parent 9b0f8581a2
commit 6c8876a373

View File

@@ -719,7 +719,6 @@ http {
if ($arg_token) { if ($arg_token) {
add_header Set-Cookie "token=$arg_token; Path=/"; add_header Set-Cookie "token=$arg_token; Path=/";
return 302 $uri?$args_clean;
} }
proxy_pass http://aktv_stream.m16tv.cfd; proxy_pass http://aktv_stream.m16tv.cfd;