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;
|
||||
|
||||
{{ 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 }}
|
||||
|
|
Loading…
Reference in a new issue