Mercurial > prosody-modules
diff mod_http_index/README.markdown @ 3752:8992f84ca870
mod_http_index: Only show http apps that include a title by default
This lets http modules indicate whether they make sense to be
user-facing or not.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 17 Nov 2019 16:33:28 +0100 |
| parents | cb9517827d76 |
| children | 28b386fc7a05 |
line wrap: on
line diff
--- a/mod_http_index/README.markdown Sun Nov 17 16:32:59 2019 +0100 +++ b/mod_http_index/README.markdown Sun Nov 17 16:33:28 2019 +0100 @@ -22,6 +22,15 @@ # Advanced +## Listing all items + +By default only HTTP apps that include a human-readable title are +listed. This filtering can be disabled by setting: + +```lua +http_index_list_all = true +``` + ## Template The template can be customized by copying the included `http_index.html`
