Created
July 16, 2017 07:02
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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