HttpAutoindexModule
(→Directives) |
(→autoindex) |
||
| Line 17: | Line 17: | ||
== autoindex == | == autoindex == | ||
<include wikitext nopre src="http://wiki.nginx.org/nginx.org/ngx_http_autoindex_module/autoindex.txt" /> | <include wikitext nopre src="http://wiki.nginx.org/nginx.org/ngx_http_autoindex_module/autoindex.txt" /> | ||
| − | |||
| − | |||
Enables or disables the automatic directory listing. | Enables or disables the automatic directory listing. | ||
Revision as of 06:49, 30 April 2012
Contents |
Synopsis
This module provides automatic directory listings.
The request only reaches the ngx_http_autoindex_module when the ngx_http_index_module did not find an index file.
Example configuration
Directives
autoindex
ERROR in secure-include.php: could not read the given src URL http://wiki.nginx.org/nginx.org/ngx_http_autoindex_module/autoindex.txt
Enables or disables the automatic directory listing.
autoindex_exact_size
ERROR in secure-include.php: could not read the given src URL http://wiki.nginx.org/nginx.org/ngx_http_autoindex_module/autoindex_exact_size.txt
Defines how to represent file sizes in the directory listing -- either accurately (in bytes), or rounded (KB, MB or GB).
autoindex_localtime
ERROR in secure-include.php: could not read the given src URL http://wiki.nginx.org/nginx.org/ngx_http_autoindex_module/autoindex_localtime.txt
Enables showing file times as local time. Default is "off" (GMT time).










