Parcourir la source

Update nginx.conf

Luka Paunović il y a 7 ans
Parent
commit
591bfdaad1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      install/debian/8/nginx/nginx.conf

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

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