if ($request_filename ~* ^.*?\.(txt|mp4|mp3|mov|acc|m4a|rar|zip)$) { add_header Content-type ‘application/octet-stream;‘; add_header Accept-Ranges ‘bytes;‘; add_header Content-Disposition ‘attachment;‘; }
时间: 2024-10-08 08:02:06
if ($request_filename ~* ^.*?\.(txt|mp4|mp3|mov|acc|m4a|rar|zip)$) { add_header Content-type ‘application/octet-stream;‘; add_header Accept-Ranges ‘bytes;‘; add_header Content-Disposition ‘attachment;‘; }