Thanks @pmario
logging-improvements
Jermolene 2018-11-24 14:18:59 +00:00
rodzic 3f91d5b3a1
commit 32c8ef1d62
5 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ The parameters are:
* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to "8080")
* ''root-tiddler'' - the tiddler to serve at the root (defaults to "$:/core/save/all")
* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to "text/plain")
* ''rooot-serve-type'' - the content type with which the root tiddler should be served (defaults to "text/html")
* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to "text/html")
* ''username'' - the default username for signing edits
* ''password'' - optional password for basic authentication
* ''host'' - optional hostname to serve from (defaults to "127.0.0.1" aka "localhost")

Wyświetl plik

@ -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")

Wyświetl plik

@ -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")

Wyświetl plik

@ -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")

Wyświetl plik

@ -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")