1、安装好nginx,Goaccess可使用编译安装,也可使用Yum安装
wget https://tar.goaccess.io/goaccess-1.7.2.tar.gz tar -xzvf goaccess-1.7.2.tar.gz cd goaccess-1.7.2/ ./configure --enable-utf8 --enable-geoip=mmdb make make install
2、修改nginx.conf配置文件,以及在对应的日志目录下创建文件
3、进行文件检查,并重载服务
3、启动命令
goaccess hp.access.log -o ../html/hp.html --real-time-html --time-format='%H:%M:%S' --date-format='%d/%b/%Y' --log-format=COMBIEND
4、访问服务