10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
# /etc/nginx/gzip.conf
|
|
|
|
# enable/disable gzip compression
|
|
gzip %USE_GZIP%;
|
|
gzip_comp_level %GZIP_COMP_LEVEL%;
|
|
gzip_disable msie6;
|
|
gzip_min_length %GZIP_MIN_LENGTH%;
|
|
gzip_proxied any;
|
|
gzip_types %GZIP_TYPES%;
|