`
hongfei_sr
  • 浏览: 29876 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

nginx 用作文件服务器

阅读更多

 

修改配置conf/nginx.conf 

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

 

引用:http://www.icocoa.me/blog/2013/01/21/use-nginx-mirror/

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics