You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

https://goaccess.io/download#distro


goaccess /var/log/nginx/access.log --log-format=VCOMBINED
/etc/nginx/nginx.conf
    log_format vcombined '$host:$server_port '
        '$remote_addr - $remote_user [$time_local] '
        '"$request" $status $body_bytes_sent '
        '"$http_referer" "$http_user_agent"';

    access_log  /var/log/nginx/access.log vcombined;

  • No labels