Random Index模块(Random Index)


回目录

·摘要

从目录中选择一个随机主页:
示例配置:
location  /  {
  random_index  on;
}

·指令

random_index

语法:random_index [on|off]
默认值:off
使用字段:location
如果在指定的location中指定,将为每一个请求扫描指定目录中的文件,并且随机选择一个代替index.html,但是不会选择以“.”开头的文件。

·参考文档

Original Documentation
Nginx Http Random Index Module

前进->GeoIP模块(GeoIP)