ngx_http_autoindex_module 模块

ngx_http_autoindex_module 模块处理以斜杠字符(‘/’)结尾的请求并生成目录列表。通常,当 ngx_http_index_module 模块找不到索引文件时,会将请求传递给 ngx_http_autoindex_module 模块。

示例配置

location / {
    autoindex on;
}

指令

autoindex 指令

语 法:autoindex on | off;
默认值:autoindex off;
上下文:http, server, location

启用或禁用目录列表输出。

autoindex_exact_size 指令

语 法:autoindex_exact_size on | off;
默认值:autoindex_exact_size on;
上下文:http, server, location

对于 HTML 格式,指定是否应在目录列表中输出确切的文件大小,或者四舍五入到千字节、兆字节和千兆字节。

autoindex_format 指令

语 法:autoindex_format html | xml | json | jsonp;
默认值:autoindex_format html;
上下文:http, server, location

该指令出现在 1.7.9 版中。

设置目录列表的格式。

使用 JSONP 格式时,回调函数的名称由回调请求参数设置。如果参数缺失或值为空,则使用 JSON 格式。

XML 输出可以使用 ngx_http_xslt_module 模块进行转换。

autoindex_localtime 指令

语 法:autoindex_localtime on | off;
默认值:autoindex_localtime off;
上下文:http, server, location

对于 HTML 格式,指定目录列表中的时间应以本地时区还是 UTC 输出。

说说我的看法
全部评论(
没有评论
关于
本网站专注于 Java、数据库(MySQL、Oracle)、Linux、软件架构及大数据等多领域技术知识分享。涵盖丰富的原创与精选技术文章,助力技术传播与交流。无论是技术新手渴望入门,还是资深开发者寻求进阶,这里都能为您提供深度见解与实用经验,让复杂编码变得轻松易懂,携手共赴技术提升新高度。如有侵权,请来信告知:hxstrive@outlook.com
公众号