diff options
Diffstat (limited to 'content/posts/2021-01-25-goaccess.md')
| -rw-r--r-- | content/posts/2021-01-25-goaccess.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/content/posts/2021-01-25-goaccess.md b/content/posts/2021-01-25-goaccess.md index ba1e10c..549f9da 100644 --- a/content/posts/2021-01-25-goaccess.md +++ b/content/posts/2021-01-25-goaccess.md | |||
| @@ -7,10 +7,13 @@ draft: false | |||
| 7 | 7 | ||
| 8 | **Table of contents** | 8 | **Table of contents** |
| 9 | 9 | ||
| 10 | 1. [Opting for log parsing](#opting-for-log-parsing) | 10 | 1. [Introduction](#introduction) |
| 11 | 2. [Getting Nginx ready](#getting-nginx-ready) | 11 | 2. [Opting for log parsing](#opting-for-log-parsing) |
| 12 | 3. [Getting GoAccess ready](#getting-goaccess-ready) | 12 | 3. [Getting Nginx ready](#getting-nginx-ready) |
| 13 | 4. [Securing with Basic authentication](#securing-with-basic-authentication) | 13 | 4. [Getting GoAccess ready](#getting-goaccess-ready) |
| 14 | 5. [Securing with Basic authentication](#securing-with-basic-authentication) | ||
| 15 | |||
| 16 | ## Introduction | ||
| 14 | 17 | ||
| 15 | I know! You cannot simply replace Google Analytics with parsing access logs and displaying a couple of charts. But to be honest, I actually never used Google Analytics to the fullest extent and was usually interested in seeing page hits and which pages were visited most often. | 18 | I know! You cannot simply replace Google Analytics with parsing access logs and displaying a couple of charts. But to be honest, I actually never used Google Analytics to the fullest extent and was usually interested in seeing page hits and which pages were visited most often. |
| 16 | 19 | ||
