From e044749faa7028d9503944945566b56bb9ee284d Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 6 May 2024 07:58:25 +0300 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d8593..cebf4ee 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ php src/server.php type=nex host=127.0.0.1 port=1900 root=/target/dir #### Arguments +Default argument values depending of server protocol selected. + +Some arguments also defined in [default.json](https://github.com/YGGverse/next/blob/main/default.json) file. Do not change it without understanding! + ##### Required * `type` - server protocol, also auto-defines default `port`, supported options: @@ -57,7 +61,7 @@ php src/server.php type=nex host=127.0.0.1 port=1900 root=/target/dir * `list` - show content listing in the requested directory (when index `file` not found), enabled by default * `time` - show file modification time as the alt text in directory listing (useful for gemfeed), disabled by default * `fail` - **absolute path** to the failure template (e.g. `/path/to/error.gmi`), disabled by default -* `dump` - `enable` or `disable` query log, `enable` by default +* `dump` - `enable` or `disable` server debug feature, enabled by default ### Autostart