diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -74,7 +74,8 @@ it will automatically be loaded and applied if valid. `/etc/letsencrypt/live` is possible. (string or list of strings) - `cert_fallback`: Path to a single directory containing a key-cert pair that is used when no other certificate seems appropriate. This is useful for - testing locally with a self-signed subjectless certificate. (optional string) + testing locally with a self-signed subjectless certificate. (optional + string) - **section `limits`** - Note: Make sure you do not exceed the maximum file descriptor limit on your @@ -201,6 +202,10 @@ themselves; in that case the request is passed on. - `user`: User that the script is executed as. Requires to run gnix as root. (optional string) +- **module `debug`** + - Replies with information about the request to debug. Includes source + address, HTTP version, URI and headers. + #### Credentials config format Login credentials for `cookie_auth` and `http_basic_auth` are supplied as either |