bunkerweb 1.4.0
This commit is contained in:
6
core/gzip/confs/server-http/gzip.conf
Normal file
6
core/gzip/confs/server-http/gzip.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
{% if USE_GZIP == "yes" +%}
|
||||
gzip on;
|
||||
gzip_types {{ GZIP_TYPES }};
|
||||
gzip_comp_level {{ GZIP_COMP_LEVEL }};
|
||||
gzip_min_length {{ GZIP_MIN_LENGTH }};
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user