1
2
3
4
5
6
|
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;'
;
}
|
本文转自 shouhou2581314 51CTO博客,原文链接:http://blog.51cto.com/thedream/1933761,如需转载请自行联系原作者