Browse Source

Fix for hestia start issue, remove gzip_static

Raphael Schneeberger 7 years ago
parent
commit
519a17124a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/deb/nginx/nginx.conf

+ 0 - 1
src/deb/nginx/nginx.conf

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