Browse Source

Merge pull request #1760 from lukapaunovic/patch-26

vary
dpeca 7 years ago
parent
commit
d38c252089
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/debian/7/nginx/nginx.conf

+ 1 - 0
install/debian/7/nginx/nginx.conf

@@ -50,6 +50,7 @@ http {
 
 
     # Compression
     # Compression
     gzip                on;
     gzip                on;
+    gzip_vary           on;
     gzip_comp_level     9;
     gzip_comp_level     9;
     gzip_min_length     512;
     gzip_min_length     512;
     gzip_buffers        8 64k;
     gzip_buffers        8 64k;