From 0ddd55dcf153377c8f252558b249b3a4598867fd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 25 Jan 2021 21:26:11 +0100 Subject: Added post about goaccess --- posts/2021-01-25-goaccess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Your location portion the config file should now look like. You should add `auth_basic` and `auth_basic_user_file` lines to the file. -```go +```nginx location / { try_files $uri $uri/ =404; auth_basic "Private Property"; -- cgit v1.2.3