Merge pull request #1639 from aledbf/disable-brotli

Disable brotli temporarily [ci skip]
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-11-01 20:50:33 -03:00 committed by GitHub
commit 835ad2dfe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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