Disable brotli temporarily [ci skip]
This commit is contained in:
parent
7e8694ee59
commit
ff87480070
1 changed files with 3 additions and 3 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue