]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/nginx/peertube
Only create refresh job if needed
[github/Chocobozzz/PeerTube.git] / support / nginx / peertube
index 54ffdcc3298af304dffe6c1f4b9d37665759382f..fee0f5d1c09144460ee6c97b6aa9660f51cd18b5 100644 (file)
@@ -41,7 +41,7 @@ server {
   # It might be nice to compress JSON, but leaving that out to protect against potential
   # compression+encryption information leak attacks like BREACH.
   gzip on;
-  gzip_types text/css text/html application/javascript;
+  gzip_types text/css application/javascript;
   gzip_vary on;
 
   # Enable HSTS