搭建简易步骤:
1)修改固定配置
- 配置目录显示 autoindex on;
- 文件大小显示 autoindex_exact_size on;
- 文件修改时间 autoindex_localtime on;
- 编码 charset utf-8;
2)配置开放的下载目录路径(server中配置)
server {
listen 8082;
server_name localhost;
root /usr/local/nginx;
3)搭建好以后效果: