summaryrefslogtreecommitdiffstats
path: root/template.d
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-10-06 05:53:11 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-10-06 05:53:11 +0200
commitb794f84da1aaf446a3965f9b9363f997b3183872 (patch)
treed59f80c7587b8748b79cdeecfb112892e7ccf083 /template.d
downloadiperouter-b794f84da1aaf446a3965f9b9363f997b3183872.tar.gz
iperouter-b794f84da1aaf446a3965f9b9363f997b3183872.tar.bz2
iperouter-b794f84da1aaf446a3965f9b9363f997b3183872.tar.xz
iperouter-b794f84da1aaf446a3965f9b9363f997b3183872.zip
Initial configuration
Diffstat (limited to 'template.d')
-rw-r--r--template.d/autoindex.template8
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;