Nginx 幫助資訊說明

2021-08-15 01:45:02 字數 1039 閱讀 2875

# ./sbin/nginx -h

nginx version: nginx/1.12.2

usage: nginx [-?hvvttq] [-s signal] [-c filename] [-p prefix] [-g directives]

options:

-?,-h         : this help   

// 顯示該幫助資訊

-v            : show version and exit     

// 列印版本號並退出

-v            : show version and configure options then exit 

// 列印版本號和配置並退出

-t            : test configuration and exit

// 測試配置正確性並退出

-t            : test configuration, dump it and exit 

// 測試配置正確性,轉儲它並退出 ??

-q            : suppress non-error messages during configuration testing 

// 測試配置時只顯示錯誤

-s signal     : send signal to a master process: stop, quit, reopen, reload   

// 向主程序傳送訊號

-p prefix     : set prefix path (default: /nginx/)   

// 指定nginx 伺服器路徑字首

-c filename   : set configuration file (default: conf/nginx.conf)   

// 指定 nginx 配置檔案路徑

-g directives : set global directives out of configuration file   

// 指定 nginx 附加配置檔案路徑

python幫助說明

用的了python寫指令碼,也只是理解後ctrl s,復用。當遇到陌生的模組的時候,如何查詢,一直是很模糊的概念。今天記錄點,也當時工具筆記了。type var 1 檢視var 1變數型別 help var 1 error,應該是help type var 1 只能檢視型別或者函式的幫助 a 111...

Write Warning 幫助資訊

如下說明是翻譯 help write warning 產生的幫助資訊.譯者 edengundam 馬濤 write warning 大綱 輸出警告資訊.語法 write warning message 詳細描述 輸出警告資訊 錯誤資訊被直接發往宿主 host 根據 warningpreference...

Write host 幫助資訊

如下說明是翻譯 help write host 產生的幫助資訊.譯者 edengundam 馬濤 write host 大綱 使用host 使用者介面顯示輸入物件 語法 write host object nonewline separator foregroundcolor backgroundc...