FAQ

Page Discussion Edit History

HttpRandomIndexModule

(Redirected from NginxHttpRandomIndexModule)

Contents

[edit] Synopsis

Pick a random file from a directory and use it as the index file.

Example:

[edit] Directives

[edit] random_index

syntax: random_index [on|off]

default: off

context: location

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.

[edit] References

Original Documentation