Created
October 3, 2010 07:12
-
-
Save ChrisBuchholz/608355 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Location /couchdb/> | |
ProxyPass http://*ip*:5984/_utils/ | |
SetEnv force-proxy-request-1.0 1 | |
SetEnv proxy-nokeepalive 1 | |
</Location> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment