赞
踩
参考:http://ailongmiao.com/read/207.html
- #nginx指定下载目录的配置
- location ^~ /download/ {
- alias /usr/share/nginx/html/download/;
- sendfile on;
- autoindex on; # 开启目录文件列表
- autoindex_exact_size on; # 显示出文件的确切大小,单位是bytes
- autoindex_localtime on; # 显示的文件时间为文件的服务器时间
- charset utf-8,gbk; # 避免中文乱码
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。