Ver Fonte

gzip_vary duplicate

Serghey Rodin há 7 anos atrás
pai
commit
703a66eb57

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

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

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

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