Browse Source

Merge pull request #1766 from lukapaunovic/patch-33

Update nginx.conf
dpeca 7 years ago
parent
commit
c8039a8ed9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/ubuntu/18.04/nginx/nginx.conf

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

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