Skip to content

Instantly share code, notes, and snippets.

@joshdvir
Last active August 29, 2015 14:28
Show Gist options
  • Save joshdvir/723e1c4c15e0490546c6 to your computer and use it in GitHub Desktop.
Save joshdvir/723e1c4c15e0490546c6 to your computer and use it in GitHub Desktop.
Nginx log format
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