模块 ngx_http_random_index_module

示例配置
指令
     random_index

ngx_http_random_index_module 模块处理以斜杠字符 (‘/’) 结尾的请求,并在目录中随机选择一个文件作为索引文件提供服务。该模块在 ngx_http_index_module 模块之前处理。

此模块默认未构建,应使用 --with-http_random_index_module 配置参数启用。

示例配置

location / {
    random_index on;
}

指令

语法 random_index on | off;
默认值
random_index off;
上下文 location

在周围的 location 中启用或禁用模块处理。