autoindex_module
- 默认已编译进 nginx
- 访问
/
结尾时的 url,列出目录下所有文件
指令
autoindex on | off
- 是否开启自动索引功能
- 上下文 http server location
- 默认值 off
autoindex_exact_size on | off
- 是否显示文件大小为kb模式,off 时可以显示 Mb 等格式
上下文 http server location
默认值 on
autoindex_format html | xml | json | jsonp
- 显示格式,其中 html 才能下载
- 上下文 http server location
- 默认值 html
autoindex_localtime on | off
- 是否开启文件本地时间格式,off 为 utf 时间
- 上下文 http server location
- 默认值 off