kocolosk closed pull request #1039: Fix haproxy stats
URL: https://github.com/apache/couchdb/pull/1039
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/rel/haproxy.cfg b/rel/haproxy.cfg
index 73ec987f4a..45affaffe6 100644
--- a/rel/haproxy.cfg
+++ b/rel/haproxy.cfg
@@ -30,8 +30,8 @@ defaults
timeout connect 500
stats enable
- stats scope .
- stats uri /_stats
+ stats uri /_haproxy_stats
+ # stats auth admin:admin # Uncomment for basic auth
frontend http-in
# This requires HAProxy 1.5.x
----------------------------------------------------------------
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