Merge pull request #1267 from gabriellhrn/typo

Fix typo in docs/configuration.md
This commit is contained in:
Olivier Gambier 2015-12-15 10:22:07 -08:00
commit bf09bb1314

View file

@ -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