当前位置: 首页 > 文档资料 > Nginx 中文文档 >

RandomIndex

优质
小牛编辑
121浏览
2023-12-01

Pick a random directory index from a directory.

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

例如:

location  /  {

  random_index  on;
}