配置nginx指定文件格式下载
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置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指定文件格式下载的主要内容,如果未能解决你的问题,请参考以下文章