Merge pull request #1620 from acoshift/fix-gzip-vary

Add gzip_vary
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-10-29 12:25:06 -03:00 committed by GitHub
commit bc77faead1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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