Skip to content

Instantly share code, notes, and snippets.

@leandro
Created January 31, 2012 23:23
Show Gist options
  • Select an option

  • Save leandro/1713746 to your computer and use it in GitHub Desktop.

Select an option

Save leandro/1713746 to your computer and use it in GitHub Desktop.
nginx log format
log_format complete '[$time_local] REQ_TIME:$request_time UPS_TIME:$upstream_response_time C:$remote_addr H:$host '
'URI:$request_uri ($request_method) ST:$status SZ:$bytes_sent '
'REFERER:http_referer AGENT:$http_user_agent';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment