=encoding utf-8 =head1 NAME ngx_http_random_index_module - Module ngx_http_random_index_module =head1 The C module processes requests ending with the slash character (‘C>’) and picks a random file in a directory to serve as an index file. The module is processed before the L module. This module is not built by default, it should be enabled with the C<--with-http_random_index_module> configuration parameter. =head1 Example Configuration location / { random_index on; } =head1 Directives =head2 random_index B random_index I E C> B I B I Enables or disables module processing in a surrounding location.