From 22c83de276eb0d11b78bfb09202179795fa03083 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 26 Apr 2024 22:50:41 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b945b..f29f4f4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ php src/nex.php host=127.0.0.1 port=1900 path=/target/dir * `port` - `1900` by default * `file` - index **file name** that server try to open in path requested, disabled by default * `fail` - failure **file path** that contain template (e.g. `error.gmi`) for the error handler, `fail` text by default -* `list` - show content listing in the requested directory (when index file not found), enabled by default +* `list` - show content listing in the requested directory (when index file not found), `yes` by default * `size` - limit request length in bytes, `1024` by default * `dump` - dump queries, blank to disable, default: `[{time}] [{code}] {host}:{port} {path}` * `{time}` - event time in `c` format