mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 07:06:44 +00:00
Docs typo
Thanks @pmario
This commit is contained in:
@@ -24,7 +24,7 @@ listen 命令使用[[命名的命令参数|NamedCommandParameters]]:
|
||||
* ''csrf-disable'' - 设置为 "yes" 以禁用 CSRF 检查 (默认为 "no")
|
||||
* ''root-tiddler'' - 服务的基本条目 (默认为 "$:/core/save/all")
|
||||
* ''root-render-type'' - 呈现的基本条目的内容类型 (默认为 "text/plain")
|
||||
* ''rooot-serve-type'' - 服务的基本条目的内容类型 (默认为 "text/html")
|
||||
* ''root-serve-type'' - 服务的基本条目的内容类型 (默认为 "text/html")
|
||||
* ''tls-cert'' - TLS 证书文件的路径名(相对于维基文件夹)
|
||||
* ''tls-key'' - TLS 密钥文件的路径名(相对于维基文件夹)
|
||||
* ''debug-level'' - 可选的调试级别;设置为 "debug" 来查看请求的详细信息;(默认为 "none")
|
||||
|
||||
@@ -14,7 +14,7 @@ description: 提供一个 HTTP 服务器介面到 TiddlyWiki (已弃用,支持
|
||||
* ''port'' - 要侦听的埠号;非数值会被解译为一个系统环境变数,从其中提取埠号 (默认为 "8080")
|
||||
* ''root-tiddler'' - 服务的基本条目 (默认为 "$:/core/save/all")
|
||||
* ''root-render-type'' - 呈现的基本条目的内容类型 (默认为 "text/plain")
|
||||
* ''rooot-serve-type'' - 服务的基本条目的内容类型 (默认为 "text/html")
|
||||
* ''root-serve-type'' - 服务的基本条目的内容类型 (默认为 "text/html")
|
||||
* ''username'' - 默认的编辑者署名
|
||||
* ''password'' - 可选的基本验证密码
|
||||
* ''host'' - 可选的主机名称, (默认为 "127.0.0.1" 或名为 "localhost")
|
||||
|
||||
Reference in New Issue
Block a user