阅读背景:

nginx发布一个遍历目录

来源:互联网 
    location /filelist/centos6/ {
            root /opt/static/;
            autoindex_localtime on;
            autoindex on;
    }

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



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: