赞
踩
server {
listen 80;
server_name localhost;
location / {
alias E:/lan_share/; #本地文件夹
sendfile on; #让内核去读文件,提升效率
autoindex on; # 开启目录文件列表
autoindex_exact_size on; # 显示出文件的确切大小,单位是bytes
autoindex_localtime on; # 显示的文件时间为文件的服务器时间
charset utf-8,gbk; # 避免中文乱码
}
}
重启Nginx,然后访问页面。
点击链接就可以下载文件了,非常方便。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。