Syntax fix (#10710)

This commit is contained in:
Wouter Groenewold 2019-10-17 19:23:47 +02:00 committed by Tony Murray
parent 31dad0aaa7
commit b6f26f6e80

View File

@ -211,7 +211,7 @@ Then you just need to add to your config `auth_basic` parameters
index smokeping.cgi;
gzip off;
auth_basic "Private Property";
auth_basic_user_file /etc/nginx/.htpasswd
auth_basic_user_file /etc/nginx/.htpasswd;
}
```