diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-13 14:19:38 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-13 14:19:38 +0200 |
commit | be5e96ea29a875631b25ffb4ca6f410275b02d83 (patch) | |
tree | a844ea4d45232960f08508650d4dd7c4bdd9b462 | |
parent | 6e62b64a32bad5a28d3a352bc2fba6a495d65d71 (diff) | |
download | gnix-2.4.1.tar gnix-2.4.1.tar.bz2 gnix-2.4.1.tar.zst |
document semaphorev2.4.1
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -292,6 +292,11 @@ themselves; in that case the request is passed on. - `!exec <path>`: Invokes a script like CGI would but expects no output. - `next`: Inner handler. (module) +- **module `semaphore`** + - Limits the number of requests processed in parallel + - `permits`: Permit count (number) + - `next`: Inner handler. (module) + - **module `debug`** - Replies with information about the request to debug. Includes source address, HTTP version, method, URI and headers. |