Skip to content

Instantly share code, notes, and snippets.

@clarencetw
Created July 27, 2019 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clarencetw/a8845c31d5c84aab8575143acdaeda15 to your computer and use it in GitHub Desktop.
Save clarencetw/a8845c31d5c84aab8575143acdaeda15 to your computer and use it in GitHub Desktop.
goaccess-install-and-use-5
#!/bin/bash
zcat -f /var/log/nginx/access.log* | goaccess -a -d -p /etc/goaccess.conf -o /var/www/goaccess/report.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment