nginx设置下载文件
- if ($request_filename ~* ^.*?\.(txt|doc|pdf|rar|gz|zip|docx|exe|xlsx|ppt|pptx|jpg|png)$){
- add_header Content-Disposition 'attachment;'; #上面后缀不打开直接下载
- }
- index index.html index.php;
- autoindex on; #列出目录