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 de40aec750

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