4 lines
126 B
Text
4 lines
126 B
Text
{% if http2_support == 1 or http2_support == true -%}
|
|
# Enable Brotli
|
|
include conf.d/include/brotli.conf;
|
|
{% endif %}
|