Last active
August 29, 2015 14:28
-
-
Save joshdvir/723e1c4c15e0490546c6 to your computer and use it in GitHub Desktop.
Nginx log format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log_format detailed '$remote_addr $remote_user [$time_iso8601] ' | |
'"$request" $status $body_bytes_sent ' | |
'"$http_referer" "$http_user_agent" ' | |
'$request_time $request_length $pipe $msec ' | |
'$connection_requests $connection $bytes_sent ' | |
'$content_length "$content_type" "$host" ' | |
'$tcpinfo_rtt $tcpinfo_rttvar $tcpinfo_snd_cwnd $tcpinfo_rcv_space'; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment