autoindex_module

  • 默认已编译进 nginx
  • 访问 / 结尾时的 url,列出目录下所有文件

指令

  1. autoindex on | off

    1. 是否开启自动索引功能
    2. 上下文 http server location
    3. 默认值 off
  2. autoindex_exact_size on | off

    1. 是否显示文件大小为kb模式,off 时可以显示 Mb 等格式
    2. 上下文 http server location

    3. 默认值 on

  3. autoindex_format html | xml | json | jsonp

    1. 显示格式,其中 html 才能下载
    2. 上下文 http server location
    3. 默认值 html
  4. autoindex_localtime on | off

    1. 是否开启文件本地时间格式,off 为 utf 时间
    2. 上下文 http server location
    3. 默认值 off