Skip to content

Instantly share code, notes, and snippets.

@raucao
Last active November 18, 2021 22:12
Show Gist options
  • Save raucao/5653620 to your computer and use it in GitHub Desktop.
Save raucao/5653620 to your computer and use it in GitHub Desktop.
Nginx log format for detailed JSON entries
log_format json '{"ip":"$remote_addr",'
'"time":"$time_local",'
'"host":"$host",'
'"method":"$request_method",'
'"uri":"$uri",'
'"status":$status,'
'"size":$body_bytes_sent,'
'"referer":"$http_referer",'
'"ua":"$http_user_agent"}';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment