Skip to content

Instantly share code, notes, and snippets.

@bcambel
Created February 2, 2015 07:02
Show Gist options
  • Select an option

  • Save bcambel/e45510a3d5f35724badc to your computer and use it in GitHub Desktop.

Select an option

Save bcambel/e45510a3d5f35724badc to your computer and use it in GitHub Desktop.
nginx access log format
log_format info '$connection $msec $status $request_time $remote_addr $host '
'"$request" $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment