This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch 2108-proxy-auth in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit 8cbb8e6a211c2ac7806441655882d62c8dc74cd3 Author: Joan Touzet <[email protected]> AuthorDate: Tue Aug 13 11:01:30 2019 -0400 Fix stray reference to couch_httpd_auth --- 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`!
