Created
August 20, 2013 10:58
Nginx log format and GoAccess configuration.
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
# Nginx log format | |
log_format main '$remote_addr\t$remote_user\t$time_local\t$request_time\t$request\t' | |
'$status\t$body_bytes_sent\t$http_referer\t' | |
'$http_user_agent\t$http_x_forwarded_for'; | |
# GoAccess configuration | |
# IMPORTANT: Replace all `\t` below with real tabs | |
date_format %d/%b/%Y:%T | |
log_format %h\t%^\t%d %^\t%T\t%r\t%s\t%b\t%R\t%u\t%^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment