码迷,mamicode.com
首页 > 其他好文 > 详细

nginx发布一个遍历目录

时间:2020-01-10 01:11:20      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:导致   time   dex   auto   code   file   目录   虚拟   stat   

location /filelist/centos6/ { root /opt/static/; autoindex_localtime on; autoindex on; } autoindex_localtime on表示使用服务器上时区。这个默认是off的,有可能导致你发布的内容时间是其他时区的。 autoindex on表示本虚拟目录开启遍历。

nginx发布一个遍历目录

标签:导致   time   dex   auto   code   file   目录   虚拟   stat   

原文地址:https://blog.51cto.com/zhukeqiang/2465646

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!