2022-06-03 17:24:14 +02:00

6 lines
155 B
Plaintext

{% if USE_GZIP == "yes" +%}
gzip on;
gzip_types {{ GZIP_TYPES }};
gzip_comp_level {{ GZIP_COMP_LEVEL }};
gzip_min_length {{ GZIP_MIN_LENGTH }};
{% endif %}