模块 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;
上下文 位置

启用或禁用周围位置中的模块处理。