mirror of
https://github.com/YGGverse/next.git
synced 2025-01-26 06:44:57 +00:00
update readme
This commit is contained in:
parent
22c83de276
commit
38ecd34a59
@ -36,7 +36,7 @@ php src/nex.php host=127.0.0.1 port=1900 path=/target/dir
|
|||||||
* `fail` - failure **file path** that contain template (e.g. `error.gmi`) for the error handler, `fail` text 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), `yes` 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
|
* `size` - limit request length in bytes, `1024` by default
|
||||||
* `dump` - dump queries, blank to disable, default: `[{time}] [{code}] {host}:{port} {path}`
|
* `dump` - dump queries or set blank to disable, default: `[{time}] [{code}] {host}:{port} {path}`
|
||||||
* `{time}` - event time in `c` format
|
* `{time}` - event time in `c` format
|
||||||
* `{code}` - formal response code: `1` - found, `0` - not found
|
* `{code}` - formal response code: `1` - found, `0` - not found
|
||||||
* `{host}` - peer host
|
* `{host}` - peer host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user