From 74255cd4f24dfde8df71b7bc20095215fd52b70d Mon Sep 17 00:00:00 2001 From: gabriell nascimento Date: Tue, 15 Dec 2015 15:08:32 -0200 Subject: [PATCH] Fix typo in docs/configuration.md Signed-off-by: Gabriell Nascimento --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 129f2e75a..9d0fac428 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1016,7 +1016,7 @@ The _htpasswd_ authentication backed allows one to configure basic auth using an [Apache HTPasswd File](https://httpd.apache.org/docs/2.4/programs/htpasswd.html). Only [`bcrypt`](http://en.wikipedia.org/wiki/Bcrypt) format passwords are supported. Entries with other hash types will be ignored. The htpasswd file is -loaded once, at startup. If the file is invalid, the registry will display and +loaded once, at startup. If the file is invalid, the registry will display an error and will not start. > __WARNING:__ This authentication scheme should only be used with TLS