aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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```