nginx伺服器日誌相關指令主要有兩條,一條是log_format
,用來設定日誌格式,另外一條是access_log,用來指定日誌檔案的存放路徑、格式和快取大小,一般在nginx的配置檔案中日誌配置(/usr/local/nginx/conf/nginx.conf)。
nginx的log_format有很多可選的引數用於指示伺服器的活動狀態,預設的是:
想要記錄更詳細的資訊需要自己設定log_format,具體可設定的引數格式及說明如下:
引數
說明
示例
$remote_addr
客戶端位址
211.28.65.253
$remote_user
客戶端使用者名稱
$time_local
訪問時間和時區
18/jul/2012:17:00:01 +0800
$request
請求的uri和http協議
請求位址,即瀏覽器中你輸入的位址(ip或網域名稱)
www.it300.com
192.168.100.100
$status
http請求狀態
$upstream_status
upstream狀態
$body_bytes_sent
傳送給客戶端檔案內容大小
url跳轉**
使用者終端瀏覽器等資訊
"mozilla/4.0 (compatible; msie 8.0; windows nt 5.1; trident/4.0; sv1; gtb7.0; .net4.0c;
$ssl_protocol
ssl協議版本
tlsv1
$ssl_cipher
交換資料中的演算法
rc4-sha
$upstream_addr
後台upstream的位址,即真正提供服務的主機位址
10.10.10.100:80
$request_time
整個請求的總時間
0.205
$upstream_response_time
請求過程中,upstream響應時間
0.002
Nginx配置引數說明
檢測nginx配置檔案是否正確 usr local nginx sbin nginx t c nginx.conf c 配置檔案路徑 g set global directives.version 0.7.4 t 檢測檔案是否正確不執行 v print version.v print nginx v...
Nginx配置引數說明
檢測nginx配置檔案是否正確 usr local nginx sbin nginx t c nginx.conf c 配置檔案路徑 g set global directives.version 0.7.4 t 檢測檔案是否正確不執行 v print version.v print nginx v...
Nginx全量配置引數說明
user www data worker processes 6 error log logs error.log error log logs error.log notice error log logs error.log info pid var run nginx.pid events s...