From 9c99965659fc4338df1ecbb0a281d3190657d756 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Thu, 5 Jul 2018 14:55:04 +0200 Subject: [PATCH] Added NGINX module requirement --- .../rancher/v2.x/en/installation/ha-server-install/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/ha-server-install/_index.md b/content/rancher/v2.x/en/installation/ha-server-install/_index.md index efd0a46a5ec..54e31e36e02 100644 --- a/content/rancher/v2.x/en/installation/ha-server-install/_index.md +++ b/content/rancher/v2.x/en/installation/ha-server-install/_index.md @@ -96,9 +96,9 @@ We will be using NGINX as our Layer 4 Load Balancer (TCP). NGINX will forward al ### A. Install NGINX -Start by installing NGINX on your load balancer host. NGINX has packages available for all known operating systems. +Start by installing NGINX on your load balancer host. NGINX has packages available for all known operating systems. For help installing NGINX, refer to their [install documentation](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/). -For help installing NGINX, refer to their [install documentation](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/). +The `stream` module is required, which is present when using the official NGINX packages. Please refer to your OS documentation how to install and enable the NGINX `stream` module on your operating system. ### B. Create NGINX Configuration