7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
|
gzip_vary {{ nginx_gzip_vary }};
|
||
|
gzip_proxied {{ nginx_gzip_proxied }};
|
||
|
gzip_comp_level {{ nginx_gzip_comp_level }};
|
||
|
gzip_buffers {{ nginx_gzip_buffers }};
|
||
|
gzip_http_version {{ nginx_gzip_http_version }};
|
||
|
gzip_types {{ nginx_gzip_types }};
|