location / {
if ($request_filename ~* ^.*?\.(txt|doc|pdf|rar|gz|zip|docx|exe|xlsx|ppt|pptx)$)
{
add_header Content-Disposition: 'attachment;';
}
}
location / {
if ($request_filename ~* ^.*?\.(txt|doc|pdf|rar|gz|zip|docx|exe|xlsx|ppt|pptx)$)
{
add_header Content-Disposition: 'attachment;';
}
}
本文标题:nginx下载配置
本文链接:https://www.haomeiwen.com/subject/rikylxtx.html
网友评论