Disable brotli temporarily [ci skip]

This commit is contained in:
Manuel de Brito Fontes 2017-11-01 20:49:53 -03:00
parent 7e8694ee59
commit ff87480070

View file

@ -114,9 +114,9 @@ http {
default_type text/html;
{{ if $cfg.UseBrotli }}
brotli on;
brotli_comp_level {{ $cfg.BrotliLevel }};
brotli_types {{ $cfg.BrotliTypes }};
# brotli on;
# brotli_comp_level {{ $cfg.BrotliLevel }};
# brotli_types {{ $cfg.BrotliTypes }};
{{ end }}
{{ if $cfg.UseGzip }}