From f737cdcae50cdef610ad4032e2a3f919f9f57b60 Mon Sep 17 00:00:00 2001 From: Eduardo Baitello Date: Tue, 25 Apr 2017 16:27:18 -0300 Subject: [PATCH] Fix default value information proxy-read-timeout and proxy-send-timeout default value is 60 seconds, not 30. --- controllers/nginx/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/configuration.md b/controllers/nginx/configuration.md index 678875046..6287e06e3 100644 --- a/controllers/nginx/configuration.md +++ b/controllers/nginx/configuration.md @@ -468,7 +468,7 @@ The following table shows the options, the default value and a description. Support for websockets is provided by NGINX out of the box. No special configuration required. -The only requirement to avoid the close of connections is the increase of the values of `proxy-read-timeout` and `proxy-send-timeout`. The default value of this settings is `30 seconds`. +The only requirement to avoid the close of connections is the increase of the values of `proxy-read-timeout` and `proxy-send-timeout`. The default value of this settings is `60 seconds`. A more adequate value to support websockets is a value higher than one hour (`3600`).