Github user kxepal commented on a diff in the pull request:
https://github.com/apache/couchdb-documentation/pull/53#discussion_r71916654
--- Diff: src/config/couchdb.rst ---
@@ -179,10 +179,13 @@ Base CouchDB Options
* ``nolb``: The /_up endpoint will return a 404 response.
* ``false``: The node responds normally, /_up returns a 200
response.
+ .. highlight:: none
+
It is expected that the administrator has configured a load
balancer
in front of the CouchDB nodes in the cluster. This load balancer
should
use the /_up endpoint to determine whether or not to send HTTP
requests
- to any particular node. For HAProxy, the following config is
appropriate ::
+ to any particular node. For HAProxy, the following config is
+ appropriate::
--- End diff --
I think you better replace `::` with `.. code-block:: none` definition.
That's more error-prone solution. Same for the rest similar cases.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---