You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
632 B

  1. gzip on;
  2. gzip_disable "msie6";
  3. gzip_comp_level 5;
  4. gzip_min_length 256;
  5. gzip_proxied any;
  6. gzip_vary on;
  7. gzip_types
  8. application/atom+xml
  9. application/javascript
  10. application/json
  11. application/ld+json
  12. application/manifest+json
  13. application/rss+xml
  14. application/vnd.geo+json
  15. application/vnd.ms-fontobject
  16. application/x-font-ttf
  17. application/x-web-app-manifest+json
  18. application/xhtml+xml
  19. application/xml
  20. font/opentype
  21. image/bmp
  22. image/svg+xml
  23. image/x-icon
  24. text/cache-manifest
  25. text/css
  26. text/plain
  27. text/vnd.rim.location.xloc
  28. text/vtt
  29. text/x-component
  30. text/x-cross-domain-policy;