From d4152c74fc1e6c482af79da1c00299620ee07bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stevo=20Slavi=C4=87?= Date: Mon, 5 Oct 2020 09:36:50 +0200 Subject: [PATCH] Sync user guide with config defaults changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PRs #6226 and #6143 changed the configuration defaults but didn't update all the configuration defaults docs in the user guide. This PR updates the user guide to be in sync with the defaults. Signed-off-by: Stevo Slavić --- docs/user-guide/nginx-configuration/configmap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/nginx-configuration/configmap.md b/docs/user-guide/nginx-configuration/configmap.md index fdb46c73b..4dadd56bb 100755 --- a/docs/user-guide/nginx-configuration/configmap.md +++ b/docs/user-guide/nginx-configuration/configmap.md @@ -99,7 +99,7 @@ The following table shows a configuration option's name, type, and the default v |[brotli-level](#brotli-level)|int|4| |[brotli-types](#brotli-types)|string|"application/xml+rss application/atom+xml application/javascript application/x-javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/svg+xml image/x-icon text/css text/javascript text/plain text/x-component"| |[use-http2](#use-http2)|bool|"true"| -|[gzip-level](#gzip-level)|int|5| +|[gzip-level](#gzip-level)|int|1| |[gzip-types](#gzip-types)|string|"application/atom+xml application/javascript application/x-javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/svg+xml image/x-icon text/css text/javascript text/plain text/x-component"| |[worker-processes](#worker-processes)|string|``| |[worker-cpu-affinity](#worker-cpu-affinity)|string|""| @@ -107,9 +107,9 @@ The following table shows a configuration option's name, type, and the default v |[load-balance](#load-balance)|string|"round_robin"| |[variables-hash-bucket-size](#variables-hash-bucket-size)|int|128| |[variables-hash-max-size](#variables-hash-max-size)|int|2048| -|[upstream-keepalive-connections](#upstream-keepalive-connections)|int|32| +|[upstream-keepalive-connections](#upstream-keepalive-connections)|int|320| |[upstream-keepalive-timeout](#upstream-keepalive-timeout)|int|60| -|[upstream-keepalive-requests](#upstream-keepalive-requests)|int|100| +|[upstream-keepalive-requests](#upstream-keepalive-requests)|int|10000| |[limit-conn-zone-variable](#limit-conn-zone-variable)|string|"$binary_remote_addr"| |[proxy-stream-timeout](#proxy-stream-timeout)|string|"600s"| |[proxy-stream-responses](#proxy-stream-responses)|int|1| @@ -630,7 +630,7 @@ Enables or disables [HTTP/2](http://nginx.org/en/docs/http/ngx_http_v2_module.ht ## gzip-level -Sets the gzip Compression Level that will be used. _**default:**_ 5 +Sets the gzip Compression Level that will be used. _**default:**_ 1 ## gzip-min-length