This commit is contained in:
condor
2026-07-24 19:05:07 +08:00
commit b46270264b
10 changed files with 901 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
fancyindex on;
fancyindex_localtime on;
fancyindex_time_format "%Y-%m-%d %H:%M";
fancyindex_exact_size off;
fancyindex_header "/theme/header.html";
fancyindex_footer "/theme/footer.html";
fancyindex_ignore "examplefile.html"; # Ignored files will not show up in the directory listing, but will still be public.
fancyindex_ignore "^theme$"; # Making sure folder where files are don't show up in the listing.
fancyindex_name_length 255; # Maximum file name length in bytes, change as you like.