Skip to content

Instantly share code, notes, and snippets.

@vividvilla
Created July 16, 2017 07:02
Show Gist options
  • Save vividvilla/cf6c230ea4215948e2e6c6396debc042 to your computer and use it in GitHub Desktop.
Save vividvilla/cf6c230ea4215948e2e6c6396debc042 to your computer and use it in GitHub Desktop.
Tracking Application Response Time with Nginx - https://lincolnloop.com/blog/tracking-application-response-time-nginx/
log_format timed_combined '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent" '
'$request_time $upstream_response_time $pipe';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment