nginx 配置下载文件

location /resources/ {  # 文件下载
      add_header  Content-Type  "application/octet-stream";  # 避免浏览器打开文件
     alias /resources/;
}  
posted @ 2020-07-10 16:32  zhanglw  阅读(1636)  评论(0)    收藏  举报