mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
11 lines
307 B
Text
11 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;
|
||
|
}
|