aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-13 14:19:38 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-13 14:19:38 +0200
commitbe5e96ea29a875631b25ffb4ca6f410275b02d83 (patch)
treea844ea4d45232960f08508650d4dd7c4bdd9b462
parent6e62b64a32bad5a28d3a352bc2fba6a495d65d71 (diff)
downloadgnix-be5e96ea29a875631b25ffb4ca6f410275b02d83.tar
gnix-be5e96ea29a875631b25ffb4ca6f410275b02d83.tar.bz2
gnix-be5e96ea29a875631b25ffb4ca6f410275b02d83.tar.zst
document semaphorev2.4.1
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index f93438d..fa7587a 100644
--- a/readme.md
+++ b/readme.md
@@ -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.