Skip to content

Instantly share code, notes, and snippets.

View gvych's full-sized avatar

g.vyacheslav gvych

  • Russia, Saint-Petersburg
View GitHub Profile
@gvych
gvych / nginx.conf
Created July 19, 2023 15:39
NGINX logging json format (for containerization)
log_format json_combined escape=json
'{'
'"time_local":"$time_local",'
'"remote_addr":"$remote_addr",'
'"remote_user":"$remote_user",'
'"upstream_addr":"$upstream_addr",'
'"request":"$request",'
'"status": "$status",'
'"body_bytes_sent":"$body_bytes_sent",'
'"request_time":"$request_time",'