修改nginx.conf,添加如下行:
location /file/ { alias /usr/share/nginx/html/file/; add_header Content-disposition "attachment"; }