aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-25 21:50:07 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-25 21:50:07 +0100
commit0cf6622ab6d5a3d52d614e963b9a28aee72d5b41 (patch)
tree3f347e3bf201faf715a2f43882c4901426daa50f /posts
parent37f9d17355397a80217a462ea499ea01c0df65d8 (diff)
downloadmitjafelicijan.com-0cf6622ab6d5a3d52d614e963b9a28aee72d5b41.tar.gz
Added post about goaccess
Diffstat (limited to 'posts')
-rw-r--r--posts/2021-01-25-goaccess.md2
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
98To enable Geo location we also need one additiona thing. 98To enable Geo location we also need one additiona thing.
99 99
100``` 100```sh
101cd /var/www/html/stats.stats.com 101cd /var/www/html/stats.stats.com
102wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb 102wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb
103``` 103```