nginx发布一个遍历目录

location /filelist/centos6/ {
            root /opt/static/;
            autoindex_localtime on;
            autoindex on;
    }

    autoindex_localtime on表示使用服务器上时区。这个默认是off的,有可能致使你发布的内容时间是其余时区的。
    autoindex on表示本虚拟目录开启遍历。
相关文章
相关标签/搜索