From 2e0cb5952d6ad01df9e45c3c418389154526f98f Mon Sep 17 00:00:00 2001 From: mrkubax10 Date: Mon, 4 May 2026 23:22:39 +0200 Subject: [PATCH] Describe configuration directives in README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f2d7d..f491d57 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,11 @@ The following command should be used to build, install and activate the module: ```console apxs -c -i -a mod_webgate.c ``` -Depending on your system configuration it may be neccessary to run `apxs` as privileged user. \ No newline at end of file +Depending on your system configuration it may be neccessary to run `apxs` as privileged user. + +## Configuration +Module defines following configuration directives which can be used from specified contexts: +| Directive | Context | Parameter 1 | Description | +|----------------------------|-----------|--------------|---------------------------------------------------------| +| `WebgateEnabled` | Directory | `on` / `off` | Whether module is enabled for current directory | +| `WebgateTrackedTokenCount` | Server | number | Amount of access tokens which module will keep track of |