diff options
Diffstat (limited to 'template.d')
-rw-r--r-- | template.d/autoindex.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template.d/autoindex.template b/template.d/autoindex.template new file mode 100644 index 0000000..f465ca1 --- /dev/null +++ b/template.d/autoindex.template @@ -0,0 +1,8 @@ +allow all; + +autoindex on; +autoindex_exact_size off; +autoindex_localtime off; +autoindex_format html; + +disable_symlinks off; |