mod_http_index/README.markdown
changeset 3755 cb9517827d76
parent 2491 99a025dc4f6b
child 3756 8992f84ca870
--- 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"
 ```