浏览代码

日志版本前缀备注

zjcqoo 6 年之前
父节点
当前提交
03c6845605
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

@@ -32,7 +32,7 @@ http {
   # https://nginx.org/en/docs/http/ngx_http_log_module.html
   # separated by tab (\t)
   log_format              log_proxy escape=none
-    '01	'
+    '01	'                 # ver prefix
     '$time_iso8601	$_origin_id	$_ver	$remote_addr	'
     '$_level	$_switched	$upstream_cache_status	$request_time	'
     '$request_length	$bytes_sent	'