6 lines
155 B
Plaintext
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 %} |