From 6a85e9641b69d8cc1b4847f3ee71158c1d31aa83 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 28 Apr 2024 17:25:32 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5ebcec..0ef2a79 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ php src/nex.php host=127.0.0.1 port=1900 path=/target/dir * `list` - show content listing in the requested directory (when index file not found), `yes` by default * `fail` - **filepath** that contain failure text or template (e.g. `error.gmi`), `fail` text by default * `size` - limit request length in bytes, `1024` by default -* `dump` - dump queries or blank to disable, default: `[{time}] [{code}] {host}:{port} {path} {real} {size} bytes` +* `dump` - query log, blank to disable, default: `[{time}] [{code}] {host}:{port} {path} {real} {size} bytes` * `{time}` - event time in `c` format * `{code}` - formal response code: `1` - found, `0` - not found * `{host}` - peer host