implement connections count with template macro, add --show-hidden option, fix configuration variable names

This commit is contained in:
yggverse 2025-06-28 15:03:40 +03:00
parent 8cdd7ea8ae
commit c484a59579
8 changed files with 119 additions and 19 deletions

View file

@ -51,6 +51,11 @@ nexy -p /path/to/public_dir
-p, --public <PUBLIC>
Absolute path to the public files directory
--show-hidden
Show hidden entries (in the directory listing)
* Important: this option does not prevent access to hidden files!
--template-access-denied <TEMPLATE_ACCESS_DENIED>
Absolute path to the `Access denied` template file
@ -71,7 +76,7 @@ nexy -p /path/to/public_dir
* this template file expects pattern and cannot be in binary format
**Patterns** * `{list}` - entries list for the `public` directory
**Patterns** * `{list}` - entries list for the `public` directory * `{hosts}` - unique visitors count * `{hits}` - requests count
--template-index <TEMPLATE_INDEX>
Absolute path to the `Index` template file for each directory