detroitenglish opened a new pull request #318: Add Caddy Server reverse-proxy 
config examples incl. cluster load balancing
URL: https://github.com/apache/couchdb-documentation/pull/318
 
 
   <!-- Thank you for your contribution!
   
        Please file this form by replacing the Markdown comments
        with your text. If a section needs no action - remove it.
   
        Also remember, that CouchDB uses the Review-Then-Commit (RTC) model
        of code collaboration. Positive feedback is represented +1 from 
committers
        and negative is a -1. The -1 also means veto, and needs to be addressed
        to proceed. Once there are no objections, the PR can be merged by a
        CouchDB committer.
   
        See: http://couchdb.apache.org/bylaws.html#decisions for more info. -->
   
   ## Overview
   
   This PR adds configuration examples for 
[Caddy](https://github.com/mholt/caddy) web-server as a reverse-proxy in front 
of CouchDB.
   
   In particular, these examples include a basic configuration for applying 
Caddy's builtin load-balancing and health-check features for reverse-proxying 
to a CouchDB cluster. The nginx example lacks this, as load balancing + health 
check are paid-version-only features.
   
   Lastly I believe Caddy's automatic SSL/TLS will help to alleviate a major 
pain point for developers using reverse-proxies: certificate management.
   
   (I've used Caddy for reverse-proxy-to-cluster well over a year now; 
performance has been top-notch)
   
   ## Testing recommendations
   N/A
   
   ## GitHub issue number
   N/A
   
   ## Related Pull Requests
   N/A
   
   ## Checklist
   
   - [ ] Documentation is written and is accurate;
   - [ ] `make check` passes with no errors
   - [ ] Update 
[rebar.config.script](https://github.com/apache/couchdb/blob/master/rebar.config.script)
 with the commit hash once this PR is rebased and merged
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to