Created
January 31, 2012 23:23
-
-
Save leandro/1713746 to your computer and use it in GitHub Desktop.
nginx log format
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 complete '[$time_local] REQ_TIME:$request_time UPS_TIME:$upstream_response_time C:$remote_addr H:$host ' | |
| 'URI:$request_uri ($request_method) ST:$status SZ:$bytes_sent ' | |
| 'REFERER:http_referer AGENT:$http_user_agent'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment