You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2012/12/24 00:47:36 UTC

[Couchdb Wiki] Update of "Nginx_As_a_Reverse_Proxy" by RobertNewson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Nginx_As_a_Reverse_Proxy" page has been changed by RobertNewson:
http://wiki.apache.org/couchdb/Nginx_As_a_Reverse_Proxy?action=diff&rev1=10&rev2=11

  
  {{{
  [httpd]
- authentication_handler = {couch_httpd, null_authentication_handler}
+ authentication_handlers = {couch_httpd_auth, null_authentication_handler}
  }}}
  Note: As an Nginx newbie, it's probable that the original author of this wiki post just didn't know which headers to suppress or how to suppress them :-) I tried "proxy_hide_header Authorization" and "proxy_hide_header WWW-Authenticate".