码迷,mamicode.com
首页 > 其他好文 > 详细

配置nginx指定文件格式下载

时间:2017-06-09 17:31:33      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:nginx

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;‘;
}


本文出自 “不抛弃!不放弃” 博客,请务必保留此出处http://thedream.blog.51cto.com/6427769/1933761

配置nginx指定文件格式下载

标签:nginx

原文地址:http://thedream.blog.51cto.com/6427769/1933761

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!