在nginx.conf文件中的http 里加入 

autoindex on;# 显示目录
autoindex_exact_size
on;# 显示文件大小
autoindex_localtime
on;# 显示文件时间

相关文章: