随机访问页面
http_random_index_moudle
Syntax: random_index on | off;
Default: random_index off;
Context: location
location / {
root html/index; # 在此路径中放入多个文件,打开 random_index 每次将会随机访问一个文件
# index index.html index.htm;
random_index on;
}最后更新于