summaryrefslogtreecommitdiffhomepage
path: root/nginx/modules/fancyindex/fancyindex.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx/modules/fancyindex/fancyindex.conf')
-rw-r--r--nginx/modules/fancyindex/fancyindex.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/nginx/modules/fancyindex/fancyindex.conf b/nginx/modules/fancyindex/fancyindex.conf
new file mode 100644
index 0000000..914cf44
--- /dev/null
+++ b/nginx/modules/fancyindex/fancyindex.conf
@@ -0,0 +1,8 @@
1fancyindex on;
2fancyindex_localtime on;
3fancyindex_exact_size off;
4fancyindex_header "/fancyindex/header.html";
5#fancyindex_ignore ""; # Making sure folder where files are don't show up in the listing.
6# Warning: if you use an old version of ngx-fancyindex, comment the last line if you
7# encounter a bug. See https://github.com/Naereen/Nginx-Fancyindex-Theme/issues/10
8#fancyindex_name_length 255; # Maximum file name length in bytes, change as you like.