On Mon, Sep 8, 2008 at 12:33 PM, Anton Yuzhaninov <citrin at citrin.ru> wrote:
> select random file from directory.
>
> Example:
>
> location / {
> root /path/to/dir_with_files;
> random_index on;
> }
Can it be any filename? or does it have to be prefixed with "index"?
Does it have a maximum amount of files it can handle?