Skip to content

Instantly share code, notes, and snippets.

@notbrain
Last active August 29, 2015 14:08
Show Gist options
  • Save notbrain/186b79ef38f7db617fc5 to your computer and use it in GitHub Desktop.
Save notbrain/186b79ef38f7db617fc5 to your computer and use it in GitHub Desktop.
Readable JSON nginx log format
log_format main '{\nrequest: "$request @ [$time_local]", \nremote_addr: "$remote_addr", \nremote_user: "$remote_user",'
'\nstatus: "$status", \nbody_bytes_sent: "$body_bytes_sent", \nhttp_referer: "$http_referer", '
'\nhttp_user_agent: "$http_user_agent", \nhttp_x_forwarded_for: "$http_x_forwarded_for"\n},';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment