Add gzip_vary

This commit is contained in:
acoshift 2017-10-29 20:54:25 +07:00
parent 2a9e1eb1cc
commit 589b358311

View file

@ -119,6 +119,7 @@ http {
gzip_min_length 256;
gzip_types {{ $cfg.GzipTypes }};
gzip_proxied any;
gzip_vary on;
{{ end }}
# Custom headers for response