From b09b5f671eb53af82032a529c4623c0b57abcadd 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` --- README.md | 2 +- docs/Cluster-VictoriaMetrics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ee4f65b44..3eb9a5edaa 100644 --- a/README.md +++ b/README.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. 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.