From 9f115502ec09c9b4538eb984f4bc7f9f0b450ffc Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 26 Apr 2024 22:55:58 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 306cb96..3ac1329 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ php src/nex.php host=127.0.0.1 port=1900 path=/target/dir * `host` - `127.0.0.1` by default * `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 +* `file` - index **filename** that server try to open in path requested, disabled by default +* `fail` - failure **filepath** 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), `yes` by default * `size` - limit request length in bytes, `1024` by default * `dump` - dump queries or set blank to disable, default: `[{time}] [{code}] {host}:{port} {path}`