This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new 5f6fed3 Fix stray reference to couch_httpd_auth (#432)
5f6fed3 is described below
commit 5f6fed3f945d5e9eb6db06fe1c28ce04162f978d
Author: Joan Touzet <[email protected]>
AuthorDate: Tue Aug 13 11:57:27 2019 -0400
Fix stray reference to couch_httpd_auth (#432)
Closes apache/couchdb#2108
---
src/config/http.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/config/http.rst b/src/config/http.rst
index 2c64911..3e380a2 100644
--- a/src/config/http.rst
+++ b/src/config/http.rst
@@ -86,7 +86,7 @@ HTTP Server Options
authentication_handlers = {chttpd_auth,
cookie_authentication_handler}, {chttpd_auth, default_authentication_handler}
- ``{chttpd_auth, cookie_authentication_handler}``: used for Cookie
auth;
- - ``{couch_httpd_auth, proxy_authentication_handler}``: used for Proxy
auth;
+ - ``{chttpd_auth, proxy_authentication_handler}``: used for Proxy auth;
- ``{chttpd_auth, default_authentication_handler}``: used for Basic
auth;
- ``{couch_httpd_auth, null_authentication_handler}``: disables auth.
Everlasting `Admin Party`!