You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/03/21 10:08:41 UTC

[couchdb] branch GH-4456 created (now d59cc3f54)

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a change to branch GH-4456
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at d59cc3f54 Fix server name duplicate

This branch includes the following new commits:

     new d59cc3f54 Fix server name duplicate

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Fix server name duplicate

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch GH-4456
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d59cc3f54bc412ce879dee4b41055ae9f0256d65
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Tue Mar 21 11:07:42 2023 +0100

    Fix server name duplicate
---
 src/docs/src/best-practices/reverse-proxies.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/docs/src/best-practices/reverse-proxies.rst b/src/docs/src/best-practices/reverse-proxies.rst
index a04fc7615..adb7df0c9 100644
--- a/src/docs/src/best-practices/reverse-proxies.rst
+++ b/src/docs/src/best-practices/reverse-proxies.rst
@@ -63,7 +63,7 @@ is for a 3 node CouchDB cluster:
         http-check disable-on-404
         server couchdb1 x.x.x.x:5984 check inter 5s
         server couchdb2 x.x.x.x:5984 check inter 5s
-        server couchdb2 x.x.x.x:5984 check inter 5s
+        server couchdb3 x.x.x.x:5984 check inter 5s
 
 .. _HAProxy: http://haproxy.org/
 .. _code repository: https://github.com/apache/couchdb/blob/main/rel/haproxy.cfg