web: enable GZIP compression for more file types

pull/512/head
Jakub Onderka 5 years ago committed by GitHub
parent 774aba54f5
commit e70975e692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      web/rootfs/defaults/nginx.conf

@ -41,7 +41,9 @@ http {
## ##
gzip on; gzip on;
gzip_disable "msie6"; gzip_types text/plain text/css application/javascript application/json;
gzip_vary on;
gzip_min_length 860;
# gzip_vary on; # gzip_vary on;
# gzip_proxied any; # gzip_proxied any;

Loading…
Cancel
Save