ngx_http_autoindex_module

Module ngx_http_autoindex_module

The ngx_http_autoindex_module module processes requests ending with the slash character (‘/’) and produces a directory listing. Usually a request is passed to the ngx_http_autoindex_module module when the ngx_http_index_module module cannot find an index file.

Example Configuration

location / {
    autoindex on;
}

Directives

<