bunkerweb/confs2/site/gzip.conf
2021-05-24 17:39:38 +02:00

5 lines
116 B
Plaintext

gzip on;
gzip_comp_level {{ GZIP_COMP_LEVEL }};
gzip_min_length {{ GZIP_MIN_LENGTH }};
gzip_types {{ GZIP_TYPES }};