diff options
Diffstat (limited to 'content/blog/2023-06-08-goaccess-geoip.md')
-rw-r--r-- | content/blog/2023-06-08-goaccess-geoip.md | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/content/blog/2023-06-08-goaccess-geoip.md b/content/blog/2023-06-08-goaccess-geoip.md index b6cf33e..ff5d031 100644 --- a/content/blog/2023-06-08-goaccess-geoip.md +++ b/content/blog/2023-06-08-goaccess-geoip.md @@ -49,20 +49,4 @@ zcat /var/log/nginx/example.access.log.*.gz | goaccess \ --log-format=COMBINED \ -o output.html \ /var/log/nginx/example.access.log - -``` - -## Example Output - -See below for an example of the HTML output: - - - -You can also see the GeoIP card created by the integration of the MaxMind -database information. - - - -That's all there is to it! Informational data is provided in an organized -fashion with minimal effort. +```
\ No newline at end of file |