diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 14:05:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 14:05:47 +0200 |
commit | de97c34c20c3f180f2b09b0e5be8981b1e4b170f (patch) | |
tree | 5beb51e21f3f61482ccd78692d77f3d718f578e1 /readme.md | |
parent | 7db0a67f072d212697cda117bd65d658590e279e (diff) | |
download | gnix-de97c34c20c3f180f2b09b0e5be8981b1e4b170f.tar gnix-de97c34c20c3f180f2b09b0e5be8981b1e4b170f.tar.bz2 gnix-de97c34c20c3f180f2b09b0e5be8981b1e4b170f.tar.zst |
debug module
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 |