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 2010/05/18 21:37:40 UTC

[Couchdb Wiki] Update of "Nginx_As_a_Reverse_Proxy" by ZacharyZolton

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 ZacharyZolton.
http://wiki.apache.org/couchdb/Nginx_As_a_Reverse_Proxy?action=diff&rev1=5&rev2=6

--------------------------------------------------

  location / {
                  proxy_pass http://localhost:5984;
                  proxy_redirect off;
+                 proxy_buffering off;
                  proxy_set_header Host $host;
                  proxy_set_header X-Real-IP $remote_addr;
                  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;