Add gzip_vary

This commit is contained in:
acoshift 2017-10-29 20:54:25 +07:00
parent 5a5ac8db2e
commit 5e7cf0e722

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