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 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";