mod_http_index/README: Split out advanced settings into its own section
authorKim Alvefur <zash@zash.se>
Sun, 17 Nov 2019 16:32:59 +0100
changeset 3755 cb9517827d76
parent 3754 9002c8a2165f
child 3756 8992f84ca870
mod_http_index/README: Split out advanced settings into its own section
mod_http_index/README.markdown
--- 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"
 ```