config: gzip_types undef by default
No change to server behaviour. Fixes #748
This commit is contained in:
parent
fc905b0d7a
commit
1d4fb7ad07
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class nginx::config(
|
|||
$gzip_min_length = 20,
|
||||
$gzip_http_version = 1.1,
|
||||
$gzip_proxied = 'off',
|
||||
$gzip_types = 'text/html',
|
||||
$gzip_types = undef,
|
||||
$gzip_vary = 'off',
|
||||
$http_cfg_append = false,
|
||||
$http_tcp_nodelay = 'on',
|
||||
|
|
Loading…
Reference in a new issue