From 696b7890e57768f053018e4ed9b2aaa0812ab547 Mon Sep 17 00:00:00 2001 From: tokers Date: Tue, 6 Nov 2018 20:53:57 +0800 Subject: [PATCH] doc: fixed a typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab71b4453..5142de480 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ The `ngx_http_zstd_static_module` module allows sending precompressed files with ### zstd_static -**Syntax:** *zstd_static on | off | always;* -**Default:** *gzip_static off;* -**Context:** *http, server, location* +**Syntax:** *zstd_static on | off | always;* +**Default:** *gzip_static off;* +**Context:** *http, server, location* Enables ("on") or disables ("off") checking the existence of precompressed files. The following directives are also taken into account: gzip_vary.