天天看点

nginx下载文件而不是读取文件内容

location / {
  add_header  Content-Disposition "attachment;";
}      

继续阅读