mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
10 lines
307 B
Text
10 lines
307 B
Text
|
|
location /modules/ {
|
|
fancyindex on; # Enable fancy indexes.
|
|
fancyindex_exact_size off; # Output human-readable file sizes.
|
|
fancyindex_ignore index.htmlf rachel-index.php;
|
|
# autoindex on;
|
|
# autoindex_exact_size off;
|
|
# autoindex_format html;
|
|
# autoindex_localtime on;
|
|
}
|