We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c9670 commit e92c7b5Copy full SHA for e92c7b5
1 file changed
https/README.md
@@ -56,11 +56,11 @@ http_server_config:
56
# This can not be changed on the fly.
57
[ http2: <bool> | default = true ]
58
59
-# List of usernames and hashed passwords that have full access to the web
+# Usernames and hashed passwords that have full access to the web
60
# server via basic authentication. If empty, no basic authentication is
61
# required. Passwords are hashed with bcrypt.
62
basic_auth_users:
63
- [ <username>: <password> ... ]
+ [ <string>: <secret> ... ]
64
```
65
66
## About bcrypt
0 commit comments