mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
7 lines
383 B
Plaintext
7 lines
383 B
Plaintext
# ulthon_admin nginx_log 分析专用 log_format
|
||
# 必须放在 nginx 的 http 块(通过 conf.d/*.conf 自动 include)
|
||
log_format analytics '$remote_addr - $remote_user [$time_local] '
|
||
'"$request" $status $body_bytes_sent '
|
||
'"$http_referer" "$http_user_agent" '
|
||
'$request_time $upstream_response_time $bytes_sent';
|