From f9573cf0f26df72b1f46e6bd2148828fa60da66b Mon Sep 17 00:00:00 2001 From: Diab Neiroukh Date: Wed, 8 Sep 2021 18:31:56 +0100 Subject: [PATCH] Squashed 'modules/zstd-nginx-module/' changes from 46f95bfbb..d082422df d082422df Merge pull request #7 from juliyvchirkov/patch-1 40a07c149 Typo fix git-subtree-dir: modules/zstd-nginx-module git-subtree-split: d082422df33a5ff84a29afe7b74967a7106f49ac --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3030fb43a..a1a7f4e90 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The `ngx_http_zstd_static_module` module allows sending precompressed files with ### zstd_static **Syntax:** *zstd_static on | off | always;* -**Default:** *gzip_static off;* +**Default:** *zstd_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.