mirror of
https://github.com/YGGverse/next.git
synced 2026-03-31 17:55:34 +00:00
update readme
This commit is contained in:
parent
ae5d349f35
commit
e044749faa
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue