Nginx中文文档

RandomIndex

Pick a random directory index from a directory.

从目录中选择一个随机目录索引。 .

例如:

location  /  {

  random_index  on;
}