Nginx文件服务器配置

conf/nginx.conf 

server {
...
autoindex on; # 开启索引功能
autoindex_exact_size off; # 关闭计算文件确切大小(单位bytes),只显示大概大小(单位kb、mb、gb)
autoindex_localtime on; # 显示本机时间而非 GMT 时间
...
}

posted @ 2015-03-27 15:29  沐风山  阅读(140)  评论(0编辑  收藏  举报