Browse Source

gzip_vary duplicate

Serghey Rodin 7 years ago
parent
commit
703a66eb57
2 changed files with 0 additions and 2 deletions
  1. 0 1
      install/ubuntu/18.04/nginx/nginx.conf
  2. 0 1
      install/ubuntu/18.10/nginx/nginx.conf

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

@@ -50,7 +50,6 @@ http {
 
 
     # Compression
     # Compression
     gzip                on;
     gzip                on;
-    gzip_vary           on;
     gzip_static         on;
     gzip_static         on;
     gzip_vary           on;
     gzip_vary           on;
     gzip_comp_level     6;
     gzip_comp_level     6;

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

@@ -50,7 +50,6 @@ http {
 
 
     # Compression
     # Compression
     gzip                on;
     gzip                on;
-    gzip_vary           on;
     gzip_static         on;
     gzip_static         on;
     gzip_vary           on;
     gzip_vary           on;
     gzip_comp_level     6;
     gzip_comp_level     6;