changeset 3751:cb9517827d76

mod_http_index/README: Split out advanced settings into its own section
author Kim Alvefur <zash@zash.se>
date Sun, 17 Nov 2019 16:32:59 +0100
parents 9002c8a2165f
children 8992f84ca870
files mod_http_index/README.markdown
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_index/README.markdown	Sun Nov 17 15:16:23 2019 +0100
+++ b/mod_http_index/README.markdown	Sun Nov 17 16:32:59 2019 +0100
@@ -18,7 +18,15 @@
   -- other modules
   "http_index";
 }
+```
 
--- optional, defaults to a file next to the module
+# Advanced
+
+## Template
+
+The template can be customized by copying the included `http_index.html`
+and pointing to it with the `http_index_template` setting:
+
+``` lua
 http_index_template = "/path/to/template.html"
 ```