nginx配置文件下载

location /file/{
            alias /data/access/;
            add_header Content-Disposition: "attachment";
            add_header Content-Type application/octet-stream;
            autoindex off; # 开启目录浏览功能
            autoindex_exact_size off; # 关闭详细文件大小统计,让文件大小显示MB,GB单位,默认为b
            autoindex_localtime on; # 开启以服务器本地时区显示文件修改日期
        }
下载/data/access目录下的1.txt文件
http://ip地址/file/1.txt

 

posted @ 2022-10-03 14:38  ki1616  阅读(275)  评论(0编辑  收藏  举报