Disable features not availables in some platforms
This commit is contained in:
parent
0d2434f87f
commit
fdd231816c
4 changed files with 22 additions and 11 deletions
|
|
@ -113,7 +113,7 @@ http {
|
|||
include /etc/nginx/mime.types;
|
||||
default_type text/html;
|
||||
|
||||
{{ if $cfg.UseBrotli }}
|
||||
{{ if $cfg.EnableBrotli }}
|
||||
brotli on;
|
||||
brotli_comp_level {{ $cfg.BrotliLevel }};
|
||||
brotli_types {{ $cfg.BrotliTypes }};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue