# HG changeset patch # User Kim Alvefur # Date 1574004779 -3600 # Node ID cb9517827d7626e026af3380ea8c1bdecf80075c # Parent 9002c8a2165f8a4a8c16915ee24d22c1040f1e6a mod_http_index/README: Split out advanced settings into its own section diff -r 9002c8a2165f -r cb9517827d76 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" ```