config: gzip_types undef by default

No change to server behaviour. Fixes #748
This commit is contained in:
Matthew Haughton 2016-02-08 16:26:32 -05:00
parent fc905b0d7a
commit 1d4fb7ad07

View file

@ -60,7 +60,7 @@ class nginx::config(
$gzip_min_length = 20, $gzip_min_length = 20,
$gzip_http_version = 1.1, $gzip_http_version = 1.1,
$gzip_proxied = 'off', $gzip_proxied = 'off',
$gzip_types = 'text/html', $gzip_types = undef,
$gzip_vary = 'off', $gzip_vary = 'off',
$http_cfg_append = false, $http_cfg_append = false,
$http_tcp_nodelay = 'on', $http_tcp_nodelay = 'on',