如果想在访问静态文件时,直接下载,而不是在网页上展示文件内容,需要添加header

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