Last active
December 15, 2017 11:35
-
-
Save mlazarov/1e97b7cc4fdec9bf88eb55a22c7be9a2 to your computer and use it in GitHub Desktop.
nginx time tracking
This file contains 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
# http | |
log_format timed_combined '$upstream_response_time\t"$request" $status $body_bytes_sent'; | |
# server | |
access_log /var/log/nginx/times.log timed_combined; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment