Browse Source

Update nginx.conf

vary on
Luka Paunović 7 years ago
parent
commit
936b225b30
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/ubuntu/16.10/nginx/nginx.conf

+ 1 - 0
install/ubuntu/16.10/nginx/nginx.conf

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