From c322bac3d8896481a3cc44dd9bdfb0c77c2cf3b9 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Thu, 14 Dec 2017 17:35:18 -0300 Subject: [PATCH] Add note about websocket and load balancers [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1e2dfb84..df651f63e 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,8 @@ The default value of this settings is `60 seconds`. A more adequate value to support websockets is a value higher than one hour (`3600`). +**Important:** If the NGINX ingress controller is exposed with a service `type=LoadBalancer` make sure the protocol between the loadbalancer and NGINX is TCP. + ### Optimizing TLS Time To First Byte (TTTFB) NGINX provides the configuration option [ssl_buffer_size](http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_buffer_size) to allow the optimization of the TLS record size.