Skip to content

Commit

Permalink
Merge pull request #1639 from aledbf/disable-brotli
Browse files Browse the repository at this point in the history
Disable brotli temporarily [ci skip]
  • Loading branch information
aledbf authored Nov 1, 2017
2 parents 7e8694e + ff87480 commit 835ad2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 835ad2d

Please sign in to comment.