Skip to content

Instantly share code, notes, and snippets.

@AstraLuma
Created January 20, 2014 19:42
Show Gist options
  • Save AstraLuma/8527580 to your computer and use it in GitHub Desktop.
Save AstraLuma/8527580 to your computer and use it in GitHub Desktop.
Additions to my CouchDB configuration
[httpd_global_handlers]
_example = {couch_httpd_proxy, handle_proxy_req, <<"http://example.com">>}
[httpd_db_handlers]
_example = {couch_httpd_proxy, handle_proxy_req, <<"http://example.com">>}
[httpd_design_handlers]
_example = {couch_httpd_proxy, handle_proxy_req, <<"http://example.com">>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment