Files
ulthon_admin/source/stack/docker-dev/source/docker/nginx-log-format.conf

7 lines
383 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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';