Update nginx.conf

This commit is contained in:
rad168
2025-12-14 18:08:24 +08:00
committed by GitHub
parent 5a9209d1bd
commit d8bf73c9f7

View File

@@ -1042,6 +1042,7 @@ http {
sub_filter '.m3u8' '.m3u8?token=$arg_token';
sub_filter 'smt3.2.1.php?' 'smt3.2.1.php?token=$arg_token&';
sub_filter '?u=test' '&u=test';
sub_filter '?163189' '?163189&token=$arg_token';
sub_filter_once off; # 替换所有匹配项
sub_filter_types *; # 对所有 MIME 类型进行替换