nginx-0.7.15

Anton Yuzhaninov citrin at citrin.ru
Mon Sep 8 23:33:15 MSD 2008


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





More information about the nginx mailing list