فهرست منبع

Update nginx.conf

vary on
Luka Paunović 7 سال پیش
والد
کامیت
c82e50056d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      install/ubuntu/14.10/nginx/nginx.conf

+ 1 - 0
install/ubuntu/14.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;