From e92c7b5bbf8b2224bbf5c4eb4839eff3c0bcfb83 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Fri, 29 May 2020 15:56:18 +0100 Subject: [PATCH] Use our standard config doc format. Signed-off-by: Brian Brazil --- https/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/https/README.md b/https/README.md index ba4ccfab..e6c9896f 100644 --- a/https/README.md +++ b/https/README.md @@ -56,11 +56,11 @@ http_server_config: # This can not be changed on the fly. [ http2: | default = true ] -# List of usernames and hashed passwords that have full access to the web +# Usernames and hashed passwords that have full access to the web # server via basic authentication. If empty, no basic authentication is # required. Passwords are hashed with bcrypt. basic_auth_users: - [ : ... ] + [ : ... ] ``` ## About bcrypt