bunkerweb 1.4.0
This commit is contained in:
6
core/brotli/confs/server-http/brotli.conf
Normal file
6
core/brotli/confs/server-http/brotli.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
{% if USE_BROTLI == "yes" +%}
|
||||
brotli on;
|
||||
brotli_types {{ BROTLI_TYPES }};
|
||||
brotli_comp_level {{ BROTLI_COMP_LEVEL }};
|
||||
brotli_min_length {{ BROTLI_MIN_LENGTH }};
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user