nginx-fancyindex-theme/fancyindex.conf

9 lines
377 B
Plaintext
Raw Normal View History

2023-06-17 23:27:01 +00:00
# Include in location directive
fancyindex on;
fancyindex_localtime on; #on for local time zone. off for GMT
fancyindex_exact_size off; #off for human-readable. on for exact size in bytes
fancyindex_header "/fancyindex/header.html";
fancyindex_footer "/fancyindex/footer.html";
fancyindex_ignore "fancyindex"; #ignore this directory when showing list
# end include