diff options
Diffstat (limited to 'content/posts/2021-01-25-goaccess.md')
| -rw-r--r-- | content/posts/2021-01-25-goaccess.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/content/posts/2021-01-25-goaccess.md b/content/posts/2021-01-25-goaccess.md index 06c3999..84ea3cd 100644 --- a/content/posts/2021-01-25-goaccess.md +++ b/content/posts/2021-01-25-goaccess.md | |||
| @@ -42,10 +42,12 @@ all the functionalities I need, and it's a single binary. Written in Go. | |||
| 42 | GoAccess can be used in two different modes. | 42 | GoAccess can be used in two different modes. |
| 43 | 43 | ||
| 44 |  | 44 |  |
| 45 | <center><i>Running in a terminal</i></center> | 45 | |
| 46 | *Running in a terminal* | ||
| 46 | 47 | ||
| 47 |  | 48 |  |
| 48 | <center><i>Running in a browser</i></center> | 49 | |
| 50 | *Running in a browser* | ||
| 49 | 51 | ||
| 50 | I, however, need this to run in a browser. So, the second option is the way to | 52 | I, however, need this to run in a browser. So, the second option is the way to |
| 51 | go. The Idea is to periodically run cronjob and export this report into a folder | 53 | go. The Idea is to periodically run cronjob and export this report into a folder |
| @@ -69,7 +71,7 @@ apt update && apt upgrade -y | |||
| 69 | apt install nginx certbot python3-certbot-nginx apache2-utils | 71 | apt install nginx certbot python3-certbot-nginx apache2-utils |
| 70 | ``` | 72 | ``` |
| 71 | 73 | ||
| 72 | After all this is installed we can create a new configuration for a statistics. | 74 | After all this is installed we can create a new configuration for a statistics. |
| 73 | Stats will be available at `stats.domain.com`. | 75 | Stats will be available at `stats.domain.com`. |
| 74 | 76 | ||
| 75 | ```sh | 77 | ```sh |
| @@ -200,4 +202,3 @@ and password. If not, try reopening your browser. | |||
| 200 | 202 | ||
| 201 | That is all. You now have analytics for your server that gets refreshed every 10 | 203 | That is all. You now have analytics for your server that gets refreshed every 10 |
| 202 | minutes. | 204 | minutes. |
| 203 | |||
