From ff6d093e1b6430ff2bcfa6ad5a417bba7738087d Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 27 May 2020 18:09:33 +0300 Subject: [PATCH] docs/Cluster-VictoriaMetrics.md: mention that `nginx` can be used as a load balancer in front of `vminsert` and `vmselect` --- docs/Cluster-VictoriaMetrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md index 3ee4f65b44..3eb9a5edaa 100644 --- a/docs/Cluster-VictoriaMetrics.md +++ b/docs/Cluster-VictoriaMetrics.md @@ -132,7 +132,7 @@ A minimal cluster must contain the following nodes: It is recommended to run at least two nodes for each service for high availability purposes. -An http load balancer must be put in front of `vminsert` and `vmselect` nodes: +An http load balancer such as `nginx` must be put in front of `vminsert` and `vmselect` nodes: - requests starting with `/insert` must be routed to port `8480` on `vminsert` nodes. - requests starting with `/select` must be routed to port `8481` on `vmselect` nodes.