标签:导致 time dex auto code file 目录 虚拟 stat
location /filelist/centos6/ {
root /opt/static/;
autoindex_localtime on;
autoindex on;
}
autoindex_localtime on表示使用服务器上时区。这个默认是off的,有可能导致你发布的内容时间是其他时区的。
autoindex on表示本虚拟目录开启遍历。
标签:导致 time dex auto code file 目录 虚拟 stat
原文地址:https://blog.51cto.com/zhukeqiang/2465646