Skip to content

Commit

Permalink
Merge pull request #1620 from acoshift/fix-gzip-vary
Browse files Browse the repository at this point in the history
Add gzip_vary
  • Loading branch information
aledbf authored Oct 29, 2017
2 parents 2a9e1eb + 589b358 commit bc77fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ http {
gzip_min_length 256;
gzip_types {{ $cfg.GzipTypes }};
gzip_proxied any;
gzip_vary on;
{{ end }}

# Custom headers for response
Expand Down

0 comments on commit bc77fae

Please sign in to comment.