initial commit
This commit is contained in:
4
angie/conf/zstd/buffers.conf
Normal file
4
angie/conf/zstd/buffers.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
zstd_comp_level 2; # default: 1
|
||||
|
||||
zstd_min_length 1024;
|
||||
zstd_buffers 32 16k;
|
9
angie/conf/zstd/types.conf.j2
Normal file
9
angie/conf/zstd/types.conf.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
{%- set mime_types = j2cfg.compress_types or [] -%}
|
||||
{%- set mime_types = mime_types | any_to_str_list | uniq_str_list -%}
|
||||
{%- if mime_types -%}
|
||||
zstd_types
|
||||
{%- for t in mime_types %}
|
||||
{{ t }}
|
||||
{%- endfor %}
|
||||
;
|
||||
{%- endif -%}
|
Reference in New Issue
Block a user