aboutsummaryrefslogtreecommitdiff
path: root/posts/2021-01-25-goaccess.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-25 21:26:11 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-25 21:26:11 +0100
commit0ddd55dcf153377c8f252558b249b3a4598867fd (patch)
tree42b8035a4e432b8c148e7c4feb36ff88d400c3cb /posts/2021-01-25-goaccess.md
parent1d9592cf84957bd6dbe98f85a61837a1c773faae (diff)
downloadmitjafelicijan.com-0ddd55dcf153377c8f252558b249b3a4598867fd.tar.gz
Added post about goaccess
Diffstat (limited to 'posts/2021-01-25-goaccess.md')
-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 c72430a..5067519 100644
--- a/posts/2021-01-25-goaccess.md
+++ b/posts/2021-01-25-goaccess.md
@@ -141,7 +141,7 @@ Now we update config file with `nano /etc/nginx/sites-available/stats.domain.com
141 141
142Your location portion the config file should now look like. You should add `auth_basic` and `auth_basic_user_file` lines to the file. 142Your location portion the config file should now look like. You should add `auth_basic` and `auth_basic_user_file` lines to the file.
143 143
144```go 144```nginx
145location / { 145location / {
146 try_files $uri $uri/ =404; 146 try_files $uri $uri/ =404;
147 auth_basic "Private Property"; 147 auth_basic "Private Property";