aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--https/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/https/README.md b/https/README.md
index ba4ccfa..e6c9896 100644
--- a/https/README.md
+++ b/https/README.md
@@ -56,11 +56,11 @@ http_server_config:
56 # This can not be changed on the fly. 56 # This can not be changed on the fly.
57 [ http2: <bool> | default = true ] 57 [ http2: <bool> | default = true ]
58 58
59# List of usernames and hashed passwords that have full access to the web 59# Usernames and hashed passwords that have full access to the web
60# server via basic authentication. If empty, no basic authentication is 60# server via basic authentication. If empty, no basic authentication is
61# required. Passwords are hashed with bcrypt. 61# required. Passwords are hashed with bcrypt.
62basic_auth_users: 62basic_auth_users:
63 [ <username>: <password> ... ] 63 [ <string>: <secret> ... ]
64``` 64```
65 65
66## About bcrypt 66## About bcrypt