Nginx模块--with-http_random_index_module


随机主页显示

location / {
root /usr/share/nginx/html;
random_index on;
#index index.html index.htm;
}


test2026-06-11 15:03