On 08.09.2008 22:40, mike wrote:
> On Mon, Sep 8, 2008 at 1:40 AM, Igor Sysoev <is at rambler-co.ru> wrote:
>
>> Changes with nginx 0.7.15 08 Sep 2008
>>
>> *) Feature: the ngx_http_random_index_module.
>
> What does this do?
>
select random file from directory.
Example:
location / {
root /path/to/dir_with_files;
random_index on;
}
--
Anton Yuzhaninov