HttpRandomIndexModule
Contents |
Synopsis
Pick a random file from a directory and use it as the index file.
Example:
location / { random_index on; }
Directives
random_index
ERROR in secure-include.php: could not read the given src URL http://wiki.nginx.org/nginx.org/ngx_http_random_index_module/random_index.txt
When enabled will scan the directory for files on each request, and chose a randomly picked file instead of the usual index.html to use as the index file. Only plain-text files not starting with a dot will be considered.










