Nginx 中文官方手册其他模块RandomIndex
上一篇:HttpGzipStatic 下一篇:HttpGeoIP

RandomIndex

Pick a random directory index from a directory.

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

例如:

location  /  {
  random_index  on;
}
上一篇:HttpGzipStatic 下一篇:HttpGeoIP