Skip to content

Commit

Permalink
doc: fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tokers committed Nov 6, 2018
1 parent 12c0d94 commit 696b789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 696b789

Please sign in to comment.