Describe configuration directives in README.md
This commit is contained in:
@@ -11,3 +11,10 @@ The following command should be used to build, install and activate the module:
|
|||||||
apxs -c -i -a mod_webgate.c
|
apxs -c -i -a mod_webgate.c
|
||||||
```
|
```
|
||||||
Depending on your system configuration it may be neccessary to run `apxs` as privileged user.
|
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 |
|
||||||
|
|||||||
Reference in New Issue
Block a user