diff options
| -rw-r--r-- | posts/2021-01-25-goaccess.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2021-01-25-goaccess.md b/posts/2021-01-25-goaccess.md index 181a7d2..f472c42 100644 --- a/posts/2021-01-25-goaccess.md +++ b/posts/2021-01-25-goaccess.md | |||
| @@ -97,7 +97,7 @@ apt install goaccess | |||
| 97 | 97 | ||
| 98 | To enable Geo location we also need one additiona thing. | 98 | To enable Geo location we also need one additiona thing. |
| 99 | 99 | ||
| 100 | ``` | 100 | ```sh |
| 101 | cd /var/www/html/stats.stats.com | 101 | cd /var/www/html/stats.stats.com |
| 102 | wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb | 102 | wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb |
| 103 | ``` | 103 | ``` |
